fix(sddm): add theme to system packages so the path will be symlinked

This commit is contained in:
2026-03-23 13:14:20 +01:00
parent 073d257ca8
commit c31478461e

View File

@@ -17,4 +17,9 @@
sddm-astronaut sddm-astronaut
]; ];
}; };
# Make the theme available in the system path so sddm can find it
environment.systemPackages = with pkgs; [
sddm-astronaut
];
} }