dotfiles/hm/default.nix

16 lines
279 B
Nix
Raw Normal View History

2023-10-28 22:09:36 +02:00
{ ... }:
{
imports = [
2023-11-21 21:01:56 +01:00
../options.nix
2023-10-28 22:09:36 +02:00
./common.nix
2023-10-29 00:49:22 +02:00
./desktop.nix
2023-10-28 22:09:36 +02:00
./dev.nix
./extra.nix
2023-12-02 21:50:59 +01:00
./gaming
./ssh.nix
2023-10-29 00:49:22 +02:00
./style.nix
2023-12-22 23:29:14 +01:00
./usernix
2024-01-05 18:42:21 +01:00
# ./vim.nix # FIXME Complains that it's using fetchtarball without a sha256 argument... but it's not?
2023-10-28 22:09:36 +02:00
];
}