feat: refactor, hyprland - greet with autologin

This commit is contained in:
Ryan Yin
2023-12-17 23:00:19 +08:00
parent 7d03e63bdd
commit a04a058077
33 changed files with 414 additions and 380 deletions

13
modules/nixos/server.nix Normal file
View File

@@ -0,0 +1,13 @@
{
imports = [
./base/i18n.nix
./base/misc.nix
./base/networking.nix
./base/peripherals.nix
./base/remote-building.nix
./base/user-group.nix
./base/visualisation.nix
../base.nix
];
}