move where-is-my-sddm-theme to the graphics module

This commit is contained in:
ant 2025-09-02 10:37:17 +02:00
parent 84c141f3d5
commit a6c6d75c14
2 changed files with 4 additions and 1 deletions

View file

@ -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 = {

View file

@ -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;