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

26 lines
302 B
Nix
Raw Normal View History

{ pkgs, ... }:
{
imports = [
2024-12-10 17:54:39 -05:00
./grimedit
./mako
2024-12-10 17:54:39 -05:00
./swappy
./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
];
}