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
/
atlas.nix
blob: f73a1c7a791fbf46f55b2ee1c36ab795b9e5d5e0 (
plain
)
1
2
3
4
5
6
7
8
{
pkgs
,
...
}:
{
imports
=
[
../gui/default.nix
../gui/xmonad.nix
];
}