index
:
nixos-config
main
Collin's NixOS configurations
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
desktop
/
hjem
/
wm
/
default.nix
blob: 6b8aeed6317e01fe878732866aea6bed913ef1d7 (
plain
)
1
2
3
4
5
{
pkgs
,
...
}:
{
packages
=
[
(
pkgs
.
callPackage
../../../../pkgs/util
{})
# util.lua
];
}