Renamed cyberpunk theme to daemon and finished it.

This commit is contained in:
2024-10-10 00:34:26 -03:00
parent 9f23587e32
commit 7779b29729
5 changed files with 7 additions and 7 deletions

View File

@@ -89,7 +89,7 @@
# Theme Modules # Theme Modules
stylix.nixosModules.stylix stylix.nixosModules.stylix
./themes/targets/all.nix ./themes/targets/all.nix
./themes/cyberpunk ./themes/daemon
# Host Module # Host Module
./hosts/Equinox ./hosts/Equinox

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 MiB

View File

@@ -38,25 +38,25 @@
{ {
programs.vscode = { programs.vscode = {
extensions = with inputs.nix-vscode-extensions.extensions.${system}; [ extensions = with inputs.nix-vscode-extensions.extensions.${system}; [
vscode-marketplace.sainnhe.everforest vscode-marketplace.max-ss.cyberpunk
vscode-marketplace.vscode-icons-team.vscode-icons vscode-marketplace.vscode-icons-team.vscode-icons
]; ];
userSettings = { userSettings = {
"workbench.colorTheme" = "Everforest Dark"; "workbench.colorTheme" = "Activate SCARLET protocol (beta)";
"workbench.iconTheme" = "vscode-icons"; "workbench.iconTheme" = "vscode-icons";
}; };
}; };
stylix.cursor = { stylix.cursor = {
name = "Breeze"; package = pkgs.qogir-icon-theme;
size = 24; name = "Qogir";
}; };
} }
]; ];
stylix.cursor = { stylix.cursor = {
name = "Breeze"; package = pkgs.qogir-icon-theme;
size = 24; name = "Qogir";
}; };
stylix.fonts = { stylix.fonts = {

BIN
themes/daemon/wallpaper.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB