index
:
nix-config
master
All my NixOS and home-manager configurations.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
default.nix
blob: 2440c303bc0bbad0ad1e410b0905ff1ff2d96b6e (
plain
)
1
2
3
4
5
6
7
8
9
10
{
config
,
lib
,
pkgs
,
...
}:
{
imports
=
[
./trash
];
}