13 lines
No EOL
208 B
Nix
13 lines
No EOL
208 B
Nix
{ hostname, ... }: {
|
|
imports = [
|
|
./bash.nix
|
|
./btop.nix
|
|
# ./doom-emacs.nix
|
|
./git.nix
|
|
./neofetch.nix
|
|
./ranger.nix
|
|
./ssh.nix
|
|
|
|
./neovim
|
|
];
|
|
} |