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
/
himalaya
/
default.nix
blob: c072693e38d4bd66af2387efa204fa7e2790f82f (
plain
) (
blame
)
1
2
3
4
5
6
7
8
{
...
}:
{
programs
.
himalaya
=
{
enable
=
true
;
settings
=
{
# TODO:
};
};
}