nixos-config/modules/home/wms/programs/default.nix

25 lines
289 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
imports = [
./grimsnap
./mako
./swaylock
./waybar
./wlpicker
./wpaperd
];
home.packages = with pkgs; [
brightnessctl
clipman
grim
hyprpicker
libnotify
2024-12-22 22:01:38 -05:00
rot8
slurp
wdisplays
wl-clipboard
2024-12-22 22:01:38 -05:00
wlsunset
];
}