feat: initial config
This commit is contained in:
commit
df5ce78519
16 changed files with 412 additions and 0 deletions
modules/dev
1
modules/dev/default.nix
Normal file
1
modules/dev/default.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{ ... }: { imports = [ ./nix.nix ]; }
|
3
modules/dev/nix.nix
Normal file
3
modules/dev/nix.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [ nixfmt niv cached-nix-shell ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue