feat: Added gdm monitors.xml and kitty font update
This commit is contained in:
@@ -20,7 +20,7 @@ lib.attrsets.optionalAttrs device.hasGui {
|
||||
WantedBy = ["graphical-session.target"];
|
||||
};
|
||||
};
|
||||
imports = [./kitty.nix];
|
||||
imports = [./kitty.nix ./ghostty.nix];
|
||||
|
||||
programs = {
|
||||
# Only for checking markdown previews
|
||||
@@ -32,14 +32,6 @@ lib.attrsets.optionalAttrs device.hasGui {
|
||||
asvetliakov.vscode-neovim
|
||||
];
|
||||
};
|
||||
ghostty = {
|
||||
enable = pkgs.stdenv.isLinux;
|
||||
installBatSyntax = false;
|
||||
settings = {
|
||||
theme = "catppuccin-mocha";
|
||||
};
|
||||
package = pkgs.ghostty;
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs;
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user