feat: initial commit
This commit is contained in:
commit
54c34faa64
17 changed files with 841 additions and 0 deletions
7
modules/dev.nix
Normal file
7
modules/dev.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ den, pkgs, ... }: {
|
||||
den.aspects.dev.nixos = { pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
fzf
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue