9 lines
No EOL
135 B
Nix
9 lines
No EOL
135 B
Nix
{ config, pkgs, hostname, ... }: {
|
|
imports = [
|
|
./bash.nix
|
|
./btop.nix
|
|
./firefox.nix
|
|
./git.nix
|
|
./neovim.nix
|
|
];
|
|
} |