index
:
nixos_home
master
playground/athena
My NixOS home-manager configuration
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
host
/
obelix.nix
blob: bfd352213b4275cb0d3e9322e801296aa2ad9dd2 (
plain
)
1
2
3
4
5
6
7
{
pkgs
,
...
}:
{
imports
=
[
../gui/default.nix
];
}