18 lines
191 B
Nix
18 lines
191 B
Nix
{...}: {
|
|
imports = [
|
|
./zsh
|
|
./gtk
|
|
./git
|
|
./ags
|
|
./misc
|
|
./rofi
|
|
./helix
|
|
./firefox
|
|
./alacritty
|
|
./hyprland
|
|
./hypridle
|
|
./newsboat
|
|
./dunst
|
|
];
|
|
}
|