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