diff --git a/home-manager/users/notgne2_pc.nix b/home-manager/users/notgne2_pc.nix index 6121d47..66b3992 100644 --- a/home-manager/users/notgne2_pc.nix +++ b/home-manager/users/notgne2_pc.nix @@ -394,24 +394,25 @@ in # base0F = "B03060"; # }; # }; - baseColors = { - base00 = "202124"; - base01 = "27292c"; - base02 = "323639"; - base03 = "44464d"; - base04 = "676c71"; - base05 = "80868b"; - base06 = "9e9e9e"; - base07 = "ffffff"; - base08 = "f44336"; - base09 = "ff9800"; - base0A = "ffeb3b"; - base0B = "00e676"; - base0C = "00bcd4"; - base0D = "2196f3"; - base0E = "673ab7"; - base0F = "8d6e63"; - }; + }; + + colors.baseColors = { + base00 = "202124"; + base01 = "27292c"; + base02 = "323639"; + base03 = "44464d"; + base04 = "676c71"; + base05 = "80868b"; + base06 = "9e9e9e"; + base07 = "ffffff"; + base08 = "f44336"; + base09 = "ff9800"; + base0A = "ffeb3b"; + base0B = "00e676"; + base0C = "00bcd4"; + base0D = "2196f3"; + base0E = "673ab7"; + base0F = "8d6e63"; }; programs.fish.shellAliases = {