Renamed cyberpunk theme to daemon and finished it.
This commit is contained in:
@@ -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 |
@@ -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
BIN
themes/daemon/wallpaper.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
Reference in New Issue
Block a user