~ruther/nixos-config

ref: ff91a9b34fe503d6be749075782648f7cd7749eb nixos-config/modules/programs/clipmenu.nix -rw-r--r-- 128 bytes
ff91a9b3 — Frantisek Bohacek chore: disable auto-cpufreq for laptop-phobos 1 year, 4 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;
}
Do not follow this link