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