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