diff --git a/flake.nix b/flake.nix index 8b81a03..81e82c3 100644 --- a/flake.nix +++ b/flake.nix @@ -89,7 +89,7 @@ # Theme Modules stylix.nixosModules.stylix ./themes/targets/all.nix - ./themes/cyberpunk + ./themes/daemon # Host Module ./hosts/Equinox diff --git a/themes/cyberpunk/wallpaper.jpg b/themes/cyberpunk/wallpaper.jpg deleted file mode 100644 index 43a721b..0000000 Binary files a/themes/cyberpunk/wallpaper.jpg and /dev/null differ diff --git a/themes/cyberpunk/default.nix b/themes/daemon/default.nix similarity index 88% rename from themes/cyberpunk/default.nix rename to themes/daemon/default.nix index 97abe68..9749294 100644 --- a/themes/cyberpunk/default.nix +++ b/themes/daemon/default.nix @@ -38,25 +38,25 @@ { programs.vscode = { extensions = with inputs.nix-vscode-extensions.extensions.${system}; [ - vscode-marketplace.sainnhe.everforest + vscode-marketplace.max-ss.cyberpunk vscode-marketplace.vscode-icons-team.vscode-icons ]; userSettings = { - "workbench.colorTheme" = "Everforest Dark"; + "workbench.colorTheme" = "Activate SCARLET protocol (beta)"; "workbench.iconTheme" = "vscode-icons"; }; }; stylix.cursor = { - name = "Breeze"; - size = 24; + package = pkgs.qogir-icon-theme; + name = "Qogir"; }; } ]; stylix.cursor = { - name = "Breeze"; - size = 24; + package = pkgs.qogir-icon-theme; + name = "Qogir"; }; stylix.fonts = { diff --git a/themes/cyberpunk/scheme.yaml b/themes/daemon/scheme.yaml similarity index 100% rename from themes/cyberpunk/scheme.yaml rename to themes/daemon/scheme.yaml diff --git a/themes/daemon/wallpaper.jpg b/themes/daemon/wallpaper.jpg new file mode 100644 index 0000000..cd8ede6 Binary files /dev/null and b/themes/daemon/wallpaper.jpg differ