1
0
mirror of https://github.com/kmein/niveum synced 2026-03-28 23:31:07 +01:00

feat(fatteh): integrate into niveum

This commit is contained in:
2024-03-19 20:31:02 +01:00
parent d4cb0abc24
commit f57d1780fb
14 changed files with 71 additions and 134 deletions

5
configs/gnome.nix Normal file
View File

@@ -0,0 +1,5 @@
{
services.xserver.enable = true;
services.xserver.displayManager.lightdm.enable = true;
services.xserver.desktopManager.gnome.enable = true;
}