nix/home/default.nix

19 lines
245 B
Nix
Raw Normal View History

2024-08-21 09:02:49 +02:00
{inputs, ...}: {
2024-06-05 20:52:52 +02:00
imports = [
2024-07-08 13:44:01 +02:00
./zsh
./gtk
./git
./ags
2024-07-08 14:24:48 +02:00
./misc
2024-07-17 23:52:19 +02:00
./rofi
./helix
./firefox
./alacritty
./hyprland
2024-08-09 16:06:12 +02:00
./hypridle
2024-08-10 15:02:50 +02:00
./neomutt
2024-08-11 15:20:09 +02:00
./newsboat
2024-08-21 21:43:37 +02:00
# inputs.ags.homeManagerModules.default
2024-07-02 22:10:44 +02:00
];
2024-08-21 09:02:49 +02:00
}