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
/
home-manager
/
soispha
/
config
/
neovim
/
nixvim
/
clipboard
/
default.nix
blob: 761f0c171a39830ff06f3ae8afe4bae8400f391d (
plain
) (
blame
)
1
2
3
4
5
6
7
{
...
}:
{
programs
.
nixvim
=
{
clipboard
.
provides
=
{
wl-copy
.
enable
=
true
;
};
};
}