~ruther/nixos-config

ref: 3e50560b6ad9d549852901adf830a8154edc3a3e nixos-config/modules/programs/clipmenu.nix -rw-r--r-- 128 bytes
3e50560b — Frantisek Bohacek chore: update PaperWM 1 year, 11 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
{ config, lib, pkgs, ... }:

{
  home.packages = with pkgs; [
    dmenu
    clipmenu
  ];

  services.clipmenu.enable = true;
}