refactor: major theme refactor

new profile catagory: theme. refactor modules for wallpaper, fonts, gtk,
and qt. adjusted modules that depend on old theming modules
This commit is contained in:
ooks-io 2024-04-06 22:38:54 +13:00
parent 7d910ba77c
commit f5e87f2a79
34 changed files with 217 additions and 118 deletions

View file

@ -7,6 +7,8 @@
activeProfiles = ["base" "hyprland" "productivity" "gaming"];
theme = "minimal";
home.sessionVariables.HN = "ooksdesk";
homeModules.desktop.wayland.nvidia = true;

View file

@ -7,6 +7,8 @@
activeProfiles = ["base" "hyprland" "productivity"];
theme.minimal.enable = true;
home.sessionVariables.HN = "ookst480s";
monitors = [{
@ -17,7 +19,5 @@
primary = true;
transform = 0;
}];
colorscheme = inputs.nix-colors.colorSchemes.gruvbox-material-dark-soft;
}