dotfiles/hm/default.nix
Geoffrey Frogeye 25011a3353
Add options for aliases
So they can be added from extensions
2023-12-02 18:05:33 +01:00

14 lines
160 B
Nix

{ ... }:
{
imports = [
../options.nix
./common.nix
./desktop.nix
./dev.nix
./extra.nix
./ssh.nix
./style.nix
./vim.nix
];
}