2024-01-05 08:17:13 +01:00
|
|
|
{ hostname, ... }: {
|
2023-08-31 13:55:14 +02:00
|
|
|
imports = [
|
2024-01-05 07:49:15 +01:00
|
|
|
./bash.nix
|
|
|
|
./btop.nix
|
2024-02-07 03:50:17 +01:00
|
|
|
./doom-emacs.nix
|
2024-01-05 07:49:15 +01:00
|
|
|
./git.nix
|
|
|
|
./neofetch.nix
|
|
|
|
./ranger.nix
|
|
|
|
./ssh.nix
|
2024-02-07 05:23:01 +01:00
|
|
|
|
2024-02-07 05:23:31 +01:00
|
|
|
./neovim
|
2023-08-31 13:55:14 +02:00
|
|
|
];
|
|
|
|
}
|