diff --git a/SwarselSystems.org b/SwarselSystems.org index 9fca82d..caf1dae 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -14314,8 +14314,7 @@ This is where the theme for the whole OS is defined. Originally, this noweb-ref #+begin_src nix :tangle no :noweb-ref theme enable = true; - base16Scheme = "${self}/wallpaper/swarsel.yaml"; - # base16Scheme = "${pkgs.base16-schemes}/share/themes/shapeshifter.yaml"; + base16Scheme = "${self}/programs/stylix/swarsel.yaml"; polarity = "dark"; opacity.popups = 0.5; cursor = { diff --git a/profiles/common/home/stylix.nix b/profiles/common/home/stylix.nix index 5c97d45..e3b5656 100644 --- a/profiles/common/home/stylix.nix +++ b/profiles/common/home/stylix.nix @@ -2,8 +2,7 @@ { stylix = lib.mkIf (!config.swarselsystems.isNixos) { enable = true; - base16Scheme = "${self}/wallpaper/swarsel.yaml"; - # base16Scheme = "${pkgs.base16-schemes}/share/themes/shapeshifter.yaml"; + base16Scheme = "${self}/programs/stylix/swarsel.yaml"; polarity = "dark"; opacity.popups = 0.5; cursor = { diff --git a/profiles/common/nixos/stylix.nix b/profiles/common/nixos/stylix.nix index 6b52b1e..06f530e 100644 --- a/profiles/common/nixos/stylix.nix +++ b/profiles/common/nixos/stylix.nix @@ -2,8 +2,7 @@ { stylix = { enable = true; - base16Scheme = "${self}/wallpaper/swarsel.yaml"; - # base16Scheme = "${pkgs.base16-schemes}/share/themes/shapeshifter.yaml"; + base16Scheme = "${self}/programs/stylix/swarsel.yaml"; polarity = "dark"; opacity.popups = 0.5; cursor = { diff --git a/wallpaper/swarsel.yaml b/programs/stylix/swarsel.yaml similarity index 100% rename from wallpaper/swarsel.yaml rename to programs/stylix/swarsel.yaml