mv sddm to module

This commit is contained in:
smayzy
2025-07-09 14:04:35 +02:00
parent 100306baed
commit 33cc5b43b8
7 changed files with 25 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
{ lib, config, pkgs, ... }:
{
imports = [
./sddm.nix
];
}