Gitiles
Code Review
Sign In
git.clicks.codes
/
Chimera
/
NixFiles
/
35d5f65e242403f75e9224cfde138c60794a6d17
/
.
/
systems
/
x86_64-linux
/
ocicat
/
default.nix
blob: b0d10ba0e916ac2ff74af530ddb214394469f96f [
file
] [
log
] [
blame
]
Samuel Shuert
d58fbaf
2024-06-20 21:08:48 -0400
[
diff
] [
blame
]
1
{
...
}:
2
{
3
imports
=
[
4
./
boot
5
./
compositor
6
./
console
7
./
games
8
./
hardware
/
cpu
9
./
hardware
/
filesystems
10
./
networking
11
./
users
12
./
time
13
./
yubikey
14
];
15
}