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