This website requires JavaScript.
Explore
Help
Sign In
alyraffauf
/
nixcfg
Watch
1
Star
0
Fork
You've already forked nixcfg
0
mirror of
https://github.com/alyraffauf/nixcfg.git
synced
2024-11-22 07:13:55 -05:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
4fcd46cfa3
nixcfg
/
nixosModules
/
default.nix
8 lines
105 B
Nix
Raw
Normal View
History
Unescape
Escape
ported modules/ system/ and user/ to nixosModules with enable options
2024-03-28 16:13:46 -04:00
{
reformatted with alejandra
2024-04-07 22:16:33 -04:00
config
,
pkgs
,
.
.
.
}
:
{
dissolved homeLab module in favor of separate container and services modules
2024-04-22 20:18:47 -04:00
imports
=
[
./apps
./containers
./desktop
./services
./system
./user
]
;
code cleanup with nixfmt
2024-03-28 16:40:23 -04:00
}
Reference in a new issue
Copy permalink