NixOS-Vista/nixosVista/homeManager/default.nix
2026-03-02 15:57:29 +01:00

16 lines
155 B
Nix

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