From b527338140970b44888c1966115b9533ea54424b Mon Sep 17 00:00:00 2001 From: Emmet Date: Tue, 10 Sep 2024 20:08:32 -0500 Subject: [PATCH] Fix weird kwallet bug (I think?) --- profiles/work/home.nix | 2 +- system/wm/hyprland.nix | 5 ----- user/style/stylix.nix | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/profiles/work/home.nix b/profiles/work/home.nix index 27335c9..c9e7110 100644 --- a/profiles/work/home.nix +++ b/profiles/work/home.nix @@ -183,7 +183,7 @@ libffi zlib nodePackages.ungit ventoy - kdePackages.kdenlive + kdenlive ]); home.file.".local/share/pixmaps/nixos-snowflake-stylix.svg".source = diff --git a/system/wm/hyprland.nix b/system/wm/hyprland.nix index 4815bad..5d7cada 100644 --- a/system/wm/hyprland.nix +++ b/system/wm/hyprland.nix @@ -26,11 +26,6 @@ in }; }; - environment = { - plasma5.excludePackages = [ pkgs.kdePackages.systemsettings ]; - plasma6.excludePackages = [ pkgs.kdePackages.systemsettings ]; - }; - services.xserver.excludePackages = [ pkgs.xterm ]; services.xserver = { diff --git a/user/style/stylix.nix b/user/style/stylix.nix index 1aa70a9..2b5d2a7 100644 --- a/user/style/stylix.nix +++ b/user/style/stylix.nix @@ -74,7 +74,6 @@ in font.size = config.stylix.fonts.sizes.terminal; font.normal.family = userSettings.font; }; - stylix.targets.kde.enable = true; stylix.targets.kitty.enable = true; stylix.targets.gtk.enable = true; stylix.targets.rofi.enable = if (userSettings.wmType == "x11") then true else false;