mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
feat: refactor, hyprland - greet with autologin
This commit is contained in:
13
modules/nixos/server.nix
Normal file
13
modules/nixos/server.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user