First working version of NixOS intall
This commit is contained in:
commit
5ab67429b2
47 changed files with 1801 additions and 0 deletions
10
modules/home/cli/default.nix
Normal file
10
modules/home/cli/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./zsh.nix
|
||||
./git.nix
|
||||
./pass.nix
|
||||
./gnupg.nix
|
||||
./neovim.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue