nix/home-manager/default.nix

11 lines
170 B
Nix
Raw Normal View History

2023-08-15 18:56:20 +09:00
{ config, pkgs, hostname, ... }: {
imports = [
./bash.nix
./btop.nix
./firefox.nix
./git.nix
./neovim.nix
2023-08-16 12:12:39 +09:00
./neofetch.nix
./kitty.nix
2023-08-15 18:56:20 +09:00
];
}