cleaner
This commit is contained in:
parent
b111794dbb
commit
c8083cd4c8
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,10 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
(pkgs.where-is-my-sddm-theme.override ({ themeConfig = (import ./sddm.theme.nix { config = config; }).style; variants = [ "qt5" ]; }))
|
(pkgs.where-is-my-sddm-theme.override ({
|
||||||
|
themeConfig = (import ./sddm.theme.nix { config = config; }).style;
|
||||||
|
variants = [ "qt5" ];
|
||||||
|
}))
|
||||||
];
|
];
|
||||||
|
|
||||||
services.displayManager.sddm = {
|
services.displayManager.sddm = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue