Skip to content

Commit b527338

Browse files
committed
Fix weird kwallet bug (I think?)
1 parent bea9dfd commit b527338

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

profiles/work/home.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
libffi zlib
184184
nodePackages.ungit
185185
ventoy
186-
kdePackages.kdenlive
186+
kdenlive
187187
]);
188188

189189
home.file.".local/share/pixmaps/nixos-snowflake-stylix.svg".source =

system/wm/hyprland.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ in
2626
};
2727
};
2828

29-
environment = {
30-
plasma5.excludePackages = [ pkgs.kdePackages.systemsettings ];
31-
plasma6.excludePackages = [ pkgs.kdePackages.systemsettings ];
32-
};
33-
3429
services.xserver.excludePackages = [ pkgs.xterm ];
3530

3631
services.xserver = {

user/style/stylix.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ in
7474
font.size = config.stylix.fonts.sizes.terminal;
7575
font.normal.family = userSettings.font;
7676
};
77-
stylix.targets.kde.enable = true;
7877
stylix.targets.kitty.enable = true;
7978
stylix.targets.gtk.enable = true;
8079
stylix.targets.rofi.enable = if (userSettings.wmType == "x11") then true else false;

0 commit comments

Comments
 (0)