Power management & theming changes

This commit is contained in:
2025-11-13 12:42:08 +00:00
parent 96e7f06287
commit 60364b8d20
7 changed files with 143 additions and 125 deletions
-25
View File
@@ -41,33 +41,8 @@
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# THEMING
## GTK SECTION
gtk = {
enable = true;
cursorTheme = {
package = pkgs.bibata-cursors;
name = "Bibata-Modern-Ice";
};
theme = {
name = "Materia-dark";
package = pkgs.materia-theme;
};
iconTheme = {
package = pkgs.arc-icon-theme;
name = "arc-icon-theme";
};
};
# ENV SETTINGS
xdg.enable = true;
xdg.configFile = {
"user-dirs.dirs".source = ../../configs/user-dirs.dirs;
"user-dirs.locale".source = ../../configs/user-dirs.locale;
};
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;