feat: Added gdm monitors.xml and kitty font update

This commit is contained in:
uttarayan21
2025-02-02 19:44:51 +05:30
parent fff8e7ac3a
commit f588456c78
7 changed files with 127 additions and 20 deletions

View File

@@ -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;
[]