2024-07-08 14:24:48 +02:00
|
|
|
{ inputs, ... }:
|
2024-06-05 20:52:52 +02:00
|
|
|
|
|
|
|
{
|
|
|
|
imports = [
|
2024-07-08 13:44:01 +02:00
|
|
|
./rofi
|
2024-07-09 18:24:48 +02:00
|
|
|
./firefox
|
2024-07-08 13:44:01 +02:00
|
|
|
./alacritty
|
|
|
|
./hyprland
|
|
|
|
./zsh
|
|
|
|
./gtk
|
|
|
|
./git
|
|
|
|
./ags
|
2024-07-08 14:24:48 +02:00
|
|
|
./neovim
|
|
|
|
./misc
|
2024-07-08 13:44:01 +02:00
|
|
|
inputs.ags.homeManagerModules.default
|
|
|
|
inputs.nixvim.homeManagerModules.nixvim
|
2024-07-02 22:10:44 +02:00
|
|
|
];
|
2024-07-03 22:40:31 +02:00
|
|
|
|
2024-06-05 20:52:52 +02:00
|
|
|
}
|