Fix weird kwallet bug (I think?)
This commit is contained in:
@@ -183,7 +183,7 @@
|
|||||||
libffi zlib
|
libffi zlib
|
||||||
nodePackages.ungit
|
nodePackages.ungit
|
||||||
ventoy
|
ventoy
|
||||||
kdePackages.kdenlive
|
kdenlive
|
||||||
]);
|
]);
|
||||||
|
|
||||||
home.file.".local/share/pixmaps/nixos-snowflake-stylix.svg".source =
|
home.file.".local/share/pixmaps/nixos-snowflake-stylix.svg".source =
|
||||||
|
@@ -26,11 +26,6 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment = {
|
|
||||||
plasma5.excludePackages = [ pkgs.kdePackages.systemsettings ];
|
|
||||||
plasma6.excludePackages = [ pkgs.kdePackages.systemsettings ];
|
|
||||||
};
|
|
||||||
|
|
||||||
services.xserver.excludePackages = [ pkgs.xterm ];
|
services.xserver.excludePackages = [ pkgs.xterm ];
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
|
@@ -74,7 +74,6 @@ in
|
|||||||
font.size = config.stylix.fonts.sizes.terminal;
|
font.size = config.stylix.fonts.sizes.terminal;
|
||||||
font.normal.family = userSettings.font;
|
font.normal.family = userSettings.font;
|
||||||
};
|
};
|
||||||
stylix.targets.kde.enable = true;
|
|
||||||
stylix.targets.kitty.enable = true;
|
stylix.targets.kitty.enable = true;
|
||||||
stylix.targets.gtk.enable = true;
|
stylix.targets.gtk.enable = true;
|
||||||
stylix.targets.rofi.enable = if (userSettings.wmType == "x11") then true else false;
|
stylix.targets.rofi.enable = if (userSettings.wmType == "x11") then true else false;
|
||||||
|
Reference in New Issue
Block a user