tangled
alpha
login
or
join now
encode42.dev
/
nixos
0
fork
atom
Personal-use NixOS configuration
0
fork
atom
overview
issues
pulls
pipelines
nixos
/
hosts
/
encryption
/
users
/
career.nix
at
main
10 lines
80 B
view raw
wrap content
encode42.dev
Manual code cleanup
4mo ago
cd408e78
1
{
2
flakeRoot
,
3
.
.
.
4
}:
5
6
{
7
imports
=
[
8
(
flakeRoot
+
/users/career
)
9
]
;
10
}