This website requires JavaScript.
Explore
Help
Sign in
pim
/
nixos-laptop
Watch
1
Star
0
Fork
You've already forked nixos-laptop
0
Code
Issues
1
Pull requests
Projects
Releases
Packages
Wiki
Activity
master
nixos-laptop
/
machines
/
default.nix
12 lines
153 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
Modularize stuff better
2024-10-27 11:23:20 +00:00
{
Split flake into multiple files
2024-11-11 20:40:36 +00:00
sue
=
{
system
=
"
x
8
6
_
6
4
-
l
i
n
u
x
"
;
module
=
import
./sue
;
}
;
gamepc
=
{
system
=
"
x
8
6
_
6
4
-
l
i
n
u
x
"
;
module
=
import
./gamepc
;
}
;
Modularize stuff better
2024-10-27 11:23:20 +00:00
}
Reference in a new issue
Copy permalink