nix/home-manager/default.nix
2023-08-15 18:56:20 +09:00

9 lines
No EOL
135 B
Nix

{ config, pkgs, hostname, ... }: {
imports = [
./bash.nix
./btop.nix
./firefox.nix
./git.nix
./neovim.nix
];
}