nix: use dark gtk theme
This commit is contained in:
parent
37b5eafb42
commit
64cf4835cf
11
nix/home.nix
11
nix/home.nix
@ -23,4 +23,15 @@
|
|||||||
# pkgs.cowsay
|
# pkgs.cowsay
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# home.file
|
||||||
|
# home.sessionVariables
|
||||||
|
|
||||||
|
gtk = {
|
||||||
|
enable = true;
|
||||||
|
theme.name = "Adwaita-dark";
|
||||||
|
# theme.package = pkgs.materia-theme;
|
||||||
|
# cursorTheme.name = "Bibata-Modern-Ice";
|
||||||
|
# iconTheme.name = "GruvboxPlus";
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user