mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Fix weird kwallet bug (I think?)
This commit is contained in:
parent
bea9dfd961
commit
b527338140
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue