dotfiles/hm/default.nix
2024-01-27 14:23:26 +01:00

29 lines
357 B
Nix

{ ... }:
{
imports = [
../common/frogarized
../options.nix
./brightness
./common.nix
./desktop
./dev
./extra.nix
./gaming
./git
./gpg
./homealone.nix
./monitoring
./nix
./pager
./password
./prompt
./rebuild
./shell
./ssh.nix
./theme
./tmux
./usernix
./vim
];
}