whole flake: add theming support, colors for terminal and hyprland

This commit is contained in:
Charlie Root 2024-09-16 21:02:38 +02:00
commit 8a768ce6f2
3 changed files with 86 additions and 11 deletions

View file

@ -7,6 +7,7 @@
inherit (config.modules.system.hardware) monitors;
inherit (lib) mapAttrsToList;
inherit (builtins) toString;
inherit (config.modules.style.colorScheme) colors;
in {
home-manager.users.${username} = {
wayland.windowManager.hyprland.settings = {
@ -50,6 +51,8 @@ in {
gaps_out = 0;
border_size = 2;
"col.active_border" = "0xff${colors.base07}";
no_border_on_floating = true;
};