index
:
nix-config.git
host/omega-relay
main
test-host
nix-config; configuration for my nixos systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
home-modules
/
default.nix
blob: 413a08ececcb101601d46b166f03e843808791f0 (
plain
)
1
2
3
4
{
pkgs
,
...
}:
{
imports
=
[
./theming.nix
./apps
./desktop
./services
];
}