This website requires JavaScript.
Explore
Help
Sign In
cadey
/
nixos-configs
Watch
1
Star
0
Fork
You've already forked nixos-configs
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
115b387ccf
nixos-configs
/
common
/
users
/
default.nix
8 lines
85 B
Nix
Raw
Blame
History
{
config
,
pkgs
,
lib
,
.
.
.
}:
with
lib
;
{
imports
=
[
./cadey.nix
./other.nix
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink