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

22 lines
318 B
Nix

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