initial commit
This commit is contained in:
commit
95085a0d24
16 changed files with 294 additions and 0 deletions
8
modules/default.nix
Normal file
8
modules/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{...}:
|
||||
{
|
||||
imports = [
|
||||
./common
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = [ "flakes" "nix-command" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue