nix/home-manager/default.nix

9 lines
135 B
Nix
Raw Normal View History

2023-08-15 11:56:20 +02:00
{ config, pkgs, hostname, ... }: {
imports = [
./bash.nix
./btop.nix
./firefox.nix
./git.nix
./neovim.nix
];
}