nix/home-manager/default.nix
2023-08-16 12:12:39 +09:00

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
];
}