index
:
nixos-config
this commit
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
home.legacy
/
conf
/
nvim
/
clipboard
/
default.nix
blob: 0a686190a5b34e9e97453e770ae1b165dc1788dc (
plain
) (
blame
)
1
2
3
4
5
6
7
{
...
}:
{
programs
.
nixvim
=
{
clipboard
.
providers
=
{
wl-copy
.
enable
=
true
;
};
};
}