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

24 lines
333 B
Nix

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