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