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

@ -0,0 +1,12 @@
{config, pkgs, ...}:{
imports = [
./configuration.nix
../overrides.nix
../ssh.nix
../firewall.nix
../substituters.nix
../fonts.nix
../udev.nix
../greetd.nix
];
}