nix/home/default.nix

20 lines
219 B
Nix
Raw Normal View History

2024-07-08 14:24:48 +02:00
{ inputs, ... }:
2024-06-05 20:52:52 +02:00
{
2024-07-15 20:30:05 +02:00
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-07-08 13:44:01 +02:00
inputs.ags.homeManagerModules.default
2024-07-02 22:10:44 +02:00
];
2024-06-05 20:52:52 +02:00
}