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
/
desktop
/
wayland
/
default.nix
blob: ebf543985e09ffc63efd994c1e323effbc3ce62b (
plain
)
1
2
3
4
5
6
7
{
pkgs
,
hostconfig
,
...
}:
{
imports
=
[
./waybar.nix
./mako.nix
];
}