From a6c6d75c14c016cbad5de69705dd835dd6e5bc16 Mon Sep 17 00:00:00 2001 From: ant Date: Tue, 2 Sep 2025 10:37:17 +0200 Subject: [PATCH] move where-is-my-sddm-theme to the graphics module --- os/common-graphics.nix | 4 ++++ os/common.nix | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/os/common-graphics.nix b/os/common-graphics.nix index 2c1417e..4544144 100644 --- a/os/common-graphics.nix +++ b/os/common-graphics.nix @@ -25,6 +25,10 @@ }; }; + environment.systemPackages = with pkgs; [ + where-is-my-sddm-theme + ]; + services.printing.enable = true; boot.plymouth = { diff --git a/os/common.nix b/os/common.nix index bc90a72..ddecd63 100644 --- a/os/common.nix +++ b/os/common.nix @@ -40,7 +40,6 @@ environment.systemPackages = with pkgs; [ nh neovim - where-is-my-sddm-theme ]; security.rtkit.enable = true;