mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
style: update stylix theming, remove catppuccin
This commit is contained in:
parent
e11db09e24
commit
453e984ed1
8 changed files with 12 additions and 32 deletions
16
flake.lock
16
flake.lock
|
@ -144,21 +144,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"catppuccin": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1730036420,
|
|
||||||
"narHash": "sha256-rv2bz7J6Wo7AenPiu4+ptCB1AFyaMcS77y89zbRAtI8=",
|
|
||||||
"owner": "catppuccin",
|
|
||||||
"repo": "nix",
|
|
||||||
"rev": "0b7bf04628414a402d255924f65e9a0d1a53d92b",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "catppuccin",
|
|
||||||
"repo": "nix",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"crane": {
|
"crane": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
|
@ -845,7 +830,6 @@
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"apple-firmware": "apple-firmware",
|
"apple-firmware": "apple-firmware",
|
||||||
"apple-silicon": "apple-silicon",
|
"apple-silicon": "apple-silicon",
|
||||||
"catppuccin": "catppuccin",
|
|
||||||
"flake-parts": "flake-parts",
|
"flake-parts": "flake-parts",
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"homebrew-cask": "homebrew-cask",
|
"homebrew-cask": "homebrew-cask",
|
||||||
|
|
|
@ -33,8 +33,6 @@
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
catppuccin.url = "github:catppuccin/nix";
|
|
||||||
|
|
||||||
lanzaboote = {
|
lanzaboote = {
|
||||||
url = "github:nix-community/lanzaboote/v0.4.1";
|
url = "github:nix-community/lanzaboote/v0.4.1";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
|
@ -12,10 +12,10 @@
|
||||||
../../modules/linux/greeter
|
../../modules/linux/greeter
|
||||||
../../modules/linux/core
|
../../modules/linux/core
|
||||||
../../modules/linux/desktop-portal
|
../../modules/linux/desktop-portal
|
||||||
|
../../modules/linux/stylix
|
||||||
../../overlays
|
../../overlays
|
||||||
|
|
||||||
apple-silicon.nixosModules.apple-silicon-support
|
apple-silicon.nixosModules.apple-silicon-support
|
||||||
catppuccin.nixosModules.catppuccin
|
|
||||||
lix-module.nixosModules.default
|
lix-module.nixosModules.default
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
{
|
{
|
||||||
|
@ -33,7 +33,6 @@
|
||||||
../../users/youwen/linux/packages/aarch-64
|
../../users/youwen/linux/packages/aarch-64
|
||||||
../../users/youwen/common/fastfetch
|
../../users/youwen/common/fastfetch
|
||||||
./home-manager-extras
|
./home-manager-extras
|
||||||
catppuccin.homeManagerModules.catppuccin
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
../../modules/linux/wine
|
../../modules/linux/wine
|
||||||
../../overlays
|
../../overlays
|
||||||
|
|
||||||
catppuccin.nixosModules.catppuccin
|
|
||||||
lix-module.nixosModules.default
|
lix-module.nixosModules.default
|
||||||
lanzaboote.nixosModules.lanzaboote
|
lanzaboote.nixosModules.lanzaboote
|
||||||
home-manager.nixosModules.home-manager
|
home-manager.nixosModules.home-manager
|
||||||
|
@ -40,7 +39,6 @@
|
||||||
../../users/youwen/common
|
../../users/youwen/common
|
||||||
../../users/youwen/linux/spicetify
|
../../users/youwen/linux/spicetify
|
||||||
./home-manager-extras
|
./home-manager-extras
|
||||||
catppuccin.homeManagerModules.catppuccin
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,9 +6,10 @@
|
||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
image = "${inputs.wallpapers}/aesthetic/afterglow_city_skyline_at_night.png";
|
# image = "${inputs.wallpapers}/aesthetic/afterglow_city_skyline_at_night.png";
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine.yaml";
|
image = "${inputs.wallpapers}/aesthetic/afterglow_sand_dunes.jpg";
|
||||||
polarity = "dark";
|
# base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine.yaml";
|
||||||
|
# polarity = "dark";
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
serif = {
|
serif = {
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"${pkgs.waypaper}/bin/waypaper --restore"
|
# "${pkgs.waypaper}/bin/waypaper --restore"
|
||||||
"[workspace 2 silent] ${pkgs.kitty}/bin/kitty"
|
"[workspace 2 silent] ${pkgs.kitty}/bin/kitty"
|
||||||
];
|
];
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
|
@ -36,10 +36,10 @@
|
||||||
[
|
[
|
||||||
# Application Keybinds
|
# Application Keybinds
|
||||||
"$mod, T, exec, ${pkgs.kitty}/bin/kitty"
|
"$mod, T, exec, ${pkgs.kitty}/bin/kitty"
|
||||||
"$mod, E, exec, ${pkgs.dolphin}/bin/dolphin"
|
"$mod, E, exec, ${pkgs.xfce.thunar}/bin/thunar"
|
||||||
"$mod, R, exec, ${pkgs.pavucontrol}/bin/pavucontrol -t 3" # open pavucontrol on 'outputs' tab
|
"$mod, R, exec, ${pkgs.pavucontrol}/bin/pavucontrol -t 3" # open pavucontrol on 'outputs' tab
|
||||||
"$mod, M, exec, ${pkgs.thunderbird}/bin/thunderbird"
|
"$mod, M, exec, ${pkgs.thunderbird}/bin/thunderbird"
|
||||||
"$mod, B, exec, ${pkgs.waypaper}/bin/waypaper"
|
# "$mod, B, exec, ${pkgs.waypaper}/bin/waypaper"
|
||||||
"$mod, A, exec, ${pkgs.neovide}/bin/neovide"
|
"$mod, A, exec, ${pkgs.neovide}/bin/neovide"
|
||||||
|
|
||||||
# Window actions
|
# Window actions
|
||||||
|
@ -170,6 +170,7 @@
|
||||||
"opacity 0.80 0.80,class:^(kitty)$"
|
"opacity 0.80 0.80,class:^(kitty)$"
|
||||||
"opacity 0.80 0.80,class:^(neovide)$"
|
"opacity 0.80 0.80,class:^(neovide)$"
|
||||||
"opacity 0.80 0.80,class:^(org.kde.dolphin)$"
|
"opacity 0.80 0.80,class:^(org.kde.dolphin)$"
|
||||||
|
"opacity 0.80 0.80,class:^(thunar)$"
|
||||||
"opacity 0.80 0.80,class:^(org.kde.ark)$"
|
"opacity 0.80 0.80,class:^(org.kde.ark)$"
|
||||||
"opacity 0.80 0.80,class:^(nwg-look)$"
|
"opacity 0.80 0.80,class:^(nwg-look)$"
|
||||||
"opacity 0.80 0.80,class:^(qt5ct)$"
|
"opacity 0.80 0.80,class:^(qt5ct)$"
|
||||||
|
@ -276,8 +277,8 @@
|
||||||
border_size = "2";
|
border_size = "2";
|
||||||
#
|
#
|
||||||
# the dot is a hyprland name, not nix syntax, so we escape it
|
# the dot is a hyprland name, not nix syntax, so we escape it
|
||||||
"col.active_border" = "rgba(ca9ee6ff) rgba(f2d5cfff) 45deg";
|
"col.active_border" = pkgs.lib.mkForce "rgba(ca9ee6ff) rgba(f2d5cfff) 45deg";
|
||||||
"col.inactive_border" = "rgba(b4befecc) rgba(6c7086cc) 45deg";
|
"col.inactive_border" = pkgs.lib.mkForce "rgba(b4befecc) rgba(6c7086cc) 45deg";
|
||||||
layout = "dwindle";
|
layout = "dwindle";
|
||||||
resize_on_border = "true";
|
resize_on_border = "true";
|
||||||
};
|
};
|
||||||
|
|
|
@ -23,7 +23,7 @@ pkgs: with pkgs; [
|
||||||
# bitwarden-cli
|
# bitwarden-cli
|
||||||
|
|
||||||
# desktop apps
|
# desktop apps
|
||||||
dolphin
|
xfce.thunar
|
||||||
thunderbird
|
thunderbird
|
||||||
|
|
||||||
# messengers
|
# messengers
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
stylix.targets = {
|
stylix.targets = {
|
||||||
waybar.enable = false;
|
waybar.enable = false;
|
||||||
hyprland.enable = false;
|
|
||||||
kitty.variant256Colors = true;
|
kitty.variant256Colors = true;
|
||||||
neovim.enable = false;
|
neovim.enable = false;
|
||||||
kde.enable = true;
|
kde.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue