ditigal.xyz
Log in
—
Register
~ruther
/
nixos-config
summary
tree
log
refs
ref:
a15cdc349222b9f0a052168ae03dfe0f5c42bf7c
nixos-config
/
modules
/
programs
/clipmenu.nix
-rw-r--r--
92 bytes
View
Log
View raw
Permalink
a15cdc34
— Frantisek Bohacek chore: update inputs
2 years ago
1
2
3
4
5
6
7
8
{
config
,
lib
,
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
dmenu clipmenu
];
}