18 lines
258 B
Nix
18 lines
258 B
Nix
{...}: {
|
|
imports = [
|
|
./swaync.nix
|
|
./swayosd.nix
|
|
./kdeconnect.nix
|
|
./gtk.nix
|
|
./anyrun.nix
|
|
./ironbar
|
|
./gui.nix
|
|
./eww.nix
|
|
./xdg.nix
|
|
./hyprmon.nix
|
|
./hyprland.nix
|
|
./hyprpaper.nix
|
|
# ./wallpaperengine.nix
|
|
];
|
|
}
|