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
/
plgs
/
telescope
/
extensions
/
fzy-native
/
default.nix
blob: ce0bdcccb9e430dc7afb0ba27c684611007c59f0 (
plain
) (
blame
)
1
2
3
4
5
{
...
}:
{
programs
.
nixvim
.
plugins
.
telescope
.
extensions
.
fzy-native
=
{
enable
=
true
;
};
}