From b2d8aea9c3b5905140d9e7dee35045be60736e8f Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:47:53 +0100 Subject: [PATCH] main-laptop: explicit more stylix options --- hosts/main-laptop/configuration.nix | 3 +++ hosts/main-laptop/home.nix | 2 ++ 2 files changed, 5 insertions(+) diff --git a/hosts/main-laptop/configuration.nix b/hosts/main-laptop/configuration.nix index ad22b62..b2f3493 100644 --- a/hosts/main-laptop/configuration.nix +++ b/hosts/main-laptop/configuration.nix @@ -15,6 +15,7 @@ users.extraGroups.vboxusers.members = [ "fedfer" ]; stylix.enable = true; + stylix.autoEnable = true; stylix = { polarity = "dark"; image = ../../res/wallpaper.png; @@ -46,6 +47,8 @@ gnome.enable = true; gtk.enable = true; nixos-icons.enable = true; + fish.enable = true; + kmscon.enable = true; }; }; diff --git a/hosts/main-laptop/home.nix b/hosts/main-laptop/home.nix index f9f11d4..472fa72 100644 --- a/hosts/main-laptop/home.nix +++ b/hosts/main-laptop/home.nix @@ -44,6 +44,7 @@ stylix = { enable = true; + autoEnable = true; targets = { gnome.enable = true; gtk.enable = true; @@ -52,6 +53,7 @@ wezterm.enable = true; helix.enable = true; vscode.enable = true; + fish.enable = true; }; };