help
This commit is contained in:
parent
3146cd2355
commit
123a8380d3
13 changed files with 275 additions and 26 deletions
12
base/adventurer/default.nix
Normal file
12
base/adventurer/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{config, pkgs, ...}:{
|
||||
imports = [
|
||||
./configuration.nix
|
||||
../overrides.nix
|
||||
../ssh.nix
|
||||
../firewall.nix
|
||||
../substituters.nix
|
||||
../fonts.nix
|
||||
../udev.nix
|
||||
../greetd.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue