1
0
Fork 0
mirror of https://git.sr.ht/~azikx/wyswort synced 2024-10-30 11:26:20 +00:00
wyswort/home/window-managers/default.nix
2024-10-14 21:29:27 +09:00

21 lines
230 B
Nix

{ pkgs, inputs, ... }:
{
imports = [
./hyprland
# ./swayfx
./terminals
./misc
];
home.packages = with pkgs; [
hyprcursor
kitty
mako
nwg-drawer
grimblast
wf-recorder
light
wl-clipboard
hyprpicker
];
}