NixOS-Vista/nixosVista/homeManager/default.nix

18 lines
181 B
Nix

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