This website requires JavaScript.
Explore
Help
Sign In
servostar
/
NixOS
Watch
1
Star
0
Fork
You've already forked NixOS
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
aced2f565a
NixOS
/
core
/
default.nix
9 lines
108 B
Nix
Raw
Normal View
History
Unescape
Escape
added core config for important runtime modules such as mono
2023-11-17 21:12:32 +00:00
{
imports
=
[
moved java to core/
2023-12-14 20:55:48 +00:00
./java.nix
added core config for important runtime modules such as mono
2023-11-17 21:12:32 +00:00
./dotnet.nix
added printing module to core/default.nix
2023-12-01 19:56:50 +00:00
./printing.nix
moved xdg to core/
2023-12-14 20:56:53 +00:00
./xdg.nix
added core config for important runtime modules such as mono
2023-11-17 21:12:32 +00:00
]
;
}