ghostty: module has been merged to home-manager
This commit is contained in:
parent
311cd9042e
commit
a603dd1cad
4 changed files with 26 additions and 49 deletions
home
|
@ -7,13 +7,10 @@
|
|||
}:
|
||||
{
|
||||
config = lib.mkIf config.patagia.desktop.enable {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
inputs.ghostty.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
package = inputs.ghostty.packages.${pkgs.system}.default;
|
||||
settings = {
|
||||
font-size = 14;
|
||||
font-family = "Berkeley Mono Variable";
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
dynamic-wallpaper
|
||||
gimp
|
||||
inkscape
|
||||
inputs.ghostty.packages.${pkgs.system}.default
|
||||
moonlight-qt
|
||||
obsidian
|
||||
pavucontrol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue