Configure stylix
This commit is contained in:
parent
97652d5a62
commit
d43f76cdd7
@ -35,7 +35,7 @@
|
|||||||
inputs.home-manager.nixosModules.default
|
inputs.home-manager.nixosModules.default
|
||||||
|
|
||||||
# Catppuccin
|
# Catppuccin
|
||||||
inputs.catppuccin.nixosModules.catppuccin
|
# inputs.catppuccin.nixosModules.catppuccin
|
||||||
|
|
||||||
# Stylix
|
# Stylix
|
||||||
inputs.stylix.nixosModules.stylix
|
inputs.stylix.nixosModules.stylix
|
||||||
|
|||||||
@ -4,7 +4,6 @@
|
|||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
../../modules/home-manager
|
../../modules/home-manager
|
||||||
../../modules/home-manager/ricing/stylix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.username = "shoi";
|
home.username = "shoi";
|
||||||
|
|||||||
@ -3,10 +3,11 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./git
|
./git
|
||||||
./vscode
|
|
||||||
./terminal
|
./terminal
|
||||||
./gnome-extensions
|
./gnome-extensions
|
||||||
|
./vscode
|
||||||
./ricing/hyprland
|
./ricing/hyprland
|
||||||
|
./ricing/stylix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Allow Unfree
|
# Allow Unfree
|
||||||
|
|||||||
@ -3,18 +3,8 @@
|
|||||||
{
|
{
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoEnable = false;
|
autoEnable = true;
|
||||||
|
|
||||||
image = ../../../wallpapers/maze.png;
|
image = ../../../wallpapers/maze.png;
|
||||||
|
|
||||||
targets = {
|
|
||||||
firefox.enable = true;
|
|
||||||
gnome.enable = true;
|
|
||||||
gtk.enable = true;
|
|
||||||
hyprland.enable = true;
|
|
||||||
hyprpaper.enable = true;
|
|
||||||
kitty.enable = true;
|
|
||||||
vesktop.enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -6,9 +6,7 @@
|
|||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
bbenoist.nix
|
bbenoist.nix
|
||||||
ms-python.python
|
ms-python.python
|
||||||
ms-python.debugpy
|
tal7aouy.icons
|
||||||
catppuccin.catppuccin-vsc-icons
|
|
||||||
catppuccin.catppuccin-vsc
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -2,25 +2,25 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
stylix.enable = true;
|
stylix.enable = true;
|
||||||
stylix.autoEnable = false;
|
stylix.autoEnable = true;
|
||||||
|
|
||||||
stylix.base16Scheme = {
|
stylix.base16Scheme = {
|
||||||
base00 = "282828";
|
base00 = "181818"; # Deep Space Black
|
||||||
base01 = "3c3836";
|
base01 = "303030"; # Lunar Gray
|
||||||
base02 = "504945";
|
base02 = "484848"; # Meteorite Gray
|
||||||
base03 = "665c54";
|
base03 = "606060"; # Satellite Silver
|
||||||
base04 = "bdae93";
|
base04 = "808080"; # Moon Dust
|
||||||
base05 = "d5c4a1";
|
base05 = "9E9E9E"; # Jet Stream
|
||||||
base06 = "ebdbb2";
|
base06 = "BDBDBD"; # Space Cloud
|
||||||
base07 = "fbf1c7";
|
base07 = "FFFFFF"; # Pure Energy
|
||||||
base08 = "fb4934";
|
base08 = "F44336"; # Atomic Red
|
||||||
base09 = "fe8019";
|
base09 = "2196F3"; # Cosmic Blue
|
||||||
base0A = "fabd2f";
|
base0A = "4CAF50"; # Radioactive Green
|
||||||
base0B = "b8bb26";
|
base0B = "FFEB3B"; # Solar Yellow
|
||||||
base0C = "8ec07c";
|
base0C = "9C27B0"; # Nebula Purple
|
||||||
base0D = "d3869b";
|
base0D = "FF9800"; # Martian Orange
|
||||||
base0E = "d65d0e";
|
base0E = "795548"; # Rocket Brown
|
||||||
base0F = "83a598";
|
base0F = "607D8B"; # Satellite Blue
|
||||||
};
|
};
|
||||||
|
|
||||||
stylix.image = ../../../wallpapers/maze.png;
|
stylix.image = ../../../wallpapers/maze.png;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user