1
Fork 0
satellite/modules/home-manager/default.nix

20 lines
462 B
Nix
Raw Normal View History

2022-12-28 13:27:18 +01:00
# (https://nixos.wiki/wiki/Module).
{
# example = import ./example.nix;
2023-06-09 13:17:34 +02:00
2024-05-21 01:37:39 +02:00
# Modules not yet added to the stable branch
2024-04-01 05:57:56 +02:00
bemenu = import ./compat/bemenu.nix;
2024-05-21 01:37:39 +02:00
hyprpaper = import ./compat/hyprpaper.nix;
2024-04-01 05:57:56 +02:00
k9s = import ./compat/k9s.nix;
2023-06-09 13:17:34 +02:00
# Personal things
2024-05-21 01:37:39 +02:00
dev = import ./dev.nix;
2023-01-15 23:04:11 +01:00
firefox = import ./firefox;
2023-06-15 20:08:20 +02:00
monitors = import ./monitors.nix;
2023-04-30 04:30:15 +02:00
satellite-persistence = import ./persistence.nix;
2023-06-09 13:17:34 +02:00
# Should upstream
discord = import ./discord.nix;
2022-12-28 13:27:18 +01:00
}