~ruther/nixos-config

ref: e8e5b7a42afb30724aecbc39b3c33ab8aed62b97 nixos-config/modules/programs/clipmenu.nix -rw-r--r-- 92 bytes
e8e5b7a4 — Frantisek Bohacek feat: improve nmaster behavior upon closing windows 2 years ago
                                                                                
1
2
3
4
5
6
7
8
{ config, lib, pkgs, ... }:

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