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