~ruther/nixos-config

ref: bbd228ab44042e8eda924fdeeb8dfdb8cd8aeefd nixos-config/modules/programs/clipmenu.nix -rw-r--r-- 92 bytes
bbd228ab — František Boháček feat: add more vspacecode keybindings 2 years ago
                                                                                
1
2
3
4
5
6
7
8
{ config, lib, pkgs, ... }:

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