dotfiles/hm/default.nix
2024-03-26 16:47:59 +01:00

29 lines
358 B
Nix

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