enable stylix on laptop
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user