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

25 lines
338 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./grimsnap
./mako
./swaylock
./waybar
./wlpicker
./wpaperd
];
home.packages = with pkgs; lib.mkIf config.home.desktop.enable [
brightnessctl
clipman
grim
hyprpicker
libnotify
rot8
slurp
wdisplays
wl-clipboard
wlsunset
];
}