This commit is contained in:
beanigen 2025-04-16 21:21:03 +08:00
parent 3146cd2355
commit 123a8380d3
No known key found for this signature in database
13 changed files with 275 additions and 26 deletions

View file

@ -81,6 +81,7 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9008", MODE="0666
LC_TELEPHONE = "en_AU.UTF-8";
LC_TIME = "en_AU.UTF-8";
};
<<<<<<< HEAD
nix.settings.experimental-features = [ "nix-command" "flakes" ];
services.greetd = {
enable = true;
@ -107,6 +108,8 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="05c6", ATTRS{idProduct}=="9008", MODE="0666
TTYHangup = "true";
TTYVTDisallocate = "true";
};
=======
>>>>>>> 6c567ff (help)
# Enable the X11 windowing system.
services.xserver.enable = true;

View file

@ -7,5 +7,6 @@
../substituters.nix
../fonts.nix
../udev.nix
../greetd.nix
];
}