NixOS-Vista/nixosVista/homeManager/default.nix
2026-03-03 09:25:33 +01:00

17 lines
170 B
Nix

{
config,
lib,
pkgs,
...
}: {
imports = [
./cliphist
./hyprland
./waybar
./wofi
./hyprpaper
./eww
./hyprlock
./gtk-theme
];
}