15 lines
267 B
Nix
15 lines
267 B
Nix
{
|
|
imports = [
|
|
./options.nix
|
|
./desktop/firefox.nix
|
|
./desktop/gnome.nix
|
|
./editors/neovim.nix
|
|
./editors/vscode.nix
|
|
./security/gpg.nix
|
|
./security/pass.nix
|
|
./shell/fzf.nix
|
|
./shell/git.nix
|
|
./shell/nnn.nix
|
|
./shell/zsh.nix
|
|
];
|
|
} |