nix/home-manager/default.nix

9 lines
135 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
];
}