move where-is-my-sddm-theme to the graphics module
This commit is contained in:
parent
84c141f3d5
commit
a6c6d75c14
2 changed files with 4 additions and 1 deletions
|
|
@ -25,6 +25,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
where-is-my-sddm-theme
|
||||||
|
];
|
||||||
|
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
|
|
||||||
boot.plymouth = {
|
boot.plymouth = {
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,6 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
nh
|
nh
|
||||||
neovim
|
neovim
|
||||||
where-is-my-sddm-theme
|
|
||||||
];
|
];
|
||||||
|
|
||||||
security.rtkit.enable = true;
|
security.rtkit.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue