feature/update #35

Merged
aaron merged 4 commits from feature/update into main 2026-03-23 13:17:38 +01:00
Showing only changes of commit c31478461e - Show all commits

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
];
} }