gtk dark theme

This commit is contained in:
2025-12-15 10:03:53 +01:00
parent 3cb02dbf59
commit ecaa4536c5
2 changed files with 9 additions and 3 deletions
+3 -3
View File
@@ -29,7 +29,7 @@
fonts.fontconfig.enable = true;
fonts.fontconfig.defaultFonts = {
monospace = [
"Hack"
"Hack"
];
sansSerif = [
"Notonoto Sans"
@@ -43,7 +43,6 @@
"Noto Color Emoji"
"Noto Emoji"
"Noto Emoji Blob"
"Noto Monochrome Emoji"
];
};
fonts.packages = with pkgs; [
@@ -53,7 +52,6 @@
noto-fonts-cjk-sans
noto-fonts-cjk-serif
noto-fonts-color-emoji
noto-fonts-monochrome-emoji
noto-fonts-emoji-blob-bin
];
@@ -133,6 +131,8 @@
security.polkit.enable = true;
programs.light.enable = true;
# Necessary for gtk config, see: https://github.com/nix-community/home-manager/issues/3113
programs.dconf.enable = true;
# For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion .
system.stateVersion = "25.05"; # Did you read the comment?
+6
View File
@@ -37,6 +37,12 @@
];
};
gtk = {
enable = true;
theme.name = "Adwaita-dark";
theme.package = pkgs.gnome-themes-extra;
};
programs.nixvim = {
enable = true;
colorschemes.catppuccin.enable = true;