1
0
Fork 0

add autoexec and a nice rice image

This commit is contained in:
cătălin 2026-08-18 20:05:47 +02:00
commit 11d856be19
No known key found for this signature in database
14 changed files with 141 additions and 61 deletions

View file

@ -44,6 +44,7 @@
};
services = {
gvfs.enable = true;
xserver.enable = true;
desktopManager.gnome.enable = true;
displayManager.gdm.enable = true;
@ -187,5 +188,7 @@
'';
};
networking.nameservers = [ "192.168.1.32" "192.168.1.43" "1.1.1.1" ];
system.stateVersion = "25.11";
}