enable stylix on laptop

This commit is contained in:
Kopatz
2025-01-06 17:31:54 +01:00
parent 7299f8b5ac
commit 1675f04bc7
3 changed files with 3 additions and 1 deletions

View File

@@ -287,7 +287,7 @@ in {
"${pkgs.hyprshade}/bin/hyprshade auto" "${pkgs.hyprshade}/bin/hyprshade auto"
"dex --autostart --environment Hyprland" "dex --autostart --environment Hyprland"
"hypridle &" "hypridle &"
"${pkgs.waybar}/bin/waybar &" "sleep 3 && ${pkgs.waybar}/bin/waybar &"
#"${pkgs.dunst}/bin/dunst &" #"${pkgs.dunst}/bin/dunst &"
] ++ lib.lists.optionals (osConfig.networking.hostName == "kop-pc") [ ] ++ lib.lists.optionals (osConfig.networking.hostName == "kop-pc") [
"[workspace 9 silent] vesktop" "[workspace 9 silent] vesktop"

View File

@@ -39,6 +39,7 @@
#games.enable = true; #games.enable = true;
ime.enable = true; ime.enable = true;
shared.enable = true; shared.enable = true;
stylix.enable = true;
}; };
}; };

View File

@@ -33,6 +33,7 @@ in {
home-manager = { home-manager = {
users.${config.mainUser.name}.stylix = { users.${config.mainUser.name}.stylix = {
enable = true;
#targets.kde.enable = lib.mkIf config.custom.graphical.i3.enable false; #targets.kde.enable = lib.mkIf config.custom.graphical.i3.enable false;
base16Scheme = config.stylix.base16Scheme // cfg.override; base16Scheme = config.stylix.base16Scheme // cfg.override;
}; };