Renamed cyberpunk theme to daemon and finished it.
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
# Theme Modules
|
||||
stylix.nixosModules.stylix
|
||||
./themes/targets/all.nix
|
||||
./themes/cyberpunk
|
||||
./themes/daemon
|
||||
|
||||
# Host Module
|
||||
./hosts/Equinox
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.3 MiB |
@@ -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 = {
|
||||
BIN
themes/daemon/wallpaper.jpg
Normal file
BIN
themes/daemon/wallpaper.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
Reference in New Issue
Block a user