2024-10-09 03:36:08 -04:00
|
|
|
{ pkgs, ... }:
|
|
|
|
{
|
|
|
|
home.packages = with pkgs; [
|
|
|
|
clipman
|
2024-11-02 17:19:40 -04:00
|
|
|
swaybg
|
2024-10-09 03:36:08 -04:00
|
|
|
libnotify
|
|
|
|
grim
|
|
|
|
slurp
|
|
|
|
swappy
|
|
|
|
lm_sensors
|
2024-11-02 17:19:40 -04:00
|
|
|
wl-clipboard
|
|
|
|
wdisplays
|
|
|
|
jq
|
2024-10-09 03:36:08 -04:00
|
|
|
];
|
|
|
|
}
|