This website requires JavaScript.
Explore
Help
Sign In
nix
/
nixos-config
Watch
1
Star
0
Fork
0
You've already forked nixos-config
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
efdbcfdee2
nixos-config
/
fudo
/
profiles
/
default.nix
10 lines
104 B
Nix
Raw
Normal View
History
Unescape
Escape
In a pretty good working state
2020-02-03 17:07:46 -08:00
{
config
,
lib
,
pkgs
,
.
.
.
}:
{
imports
=
[
./desktop.nix
merge with atom
2020-06-25 23:05:30 -07:00
./laptop.nix
In a pretty good working state
2020-02-03 17:07:46 -08:00
./server.nix
]
;
}
Reference in New Issue
Copy Permalink