This website requires JavaScript.
Explore
Help
Sign In
ambroisie
/
nix-config
Watch
1
Star
0
Fork
You've already forked nix-config
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
7916a26a58
nix-config
/
modules
/
default.nix
12 lines
108 B
Nix
Raw
Normal View
History
Unescape
Escape
porthos: split into modules I have separated the modules into host-specific settings, and generic settings that ought to be shared by every host. I only have the 'porthos' host for now, but intend to also add my laptop 'aramis' at some point to this repository.
2021-02-06 15:35:38 +01:00
# Common modules
{
.
.
.
}:
{
imports
=
[
modules: add 'hardware' directory
2021-05-29 16:35:27 +02:00
./hardware
modules: add home This makes setting and referring to my home-manager options easier.
2021-04-26 19:22:20 +02:00
./home.nix
modules: move 'services' into subfolder
2021-05-29 16:46:51 +02:00
./services
modules: add 'system' directory
2021-05-29 16:48:32 +02:00
./system
porthos: split into modules I have separated the modules into host-specific settings, and generic settings that ought to be shared by every host. I only have the 'porthos' host for now, but intend to also add my laptop 'aramis' at some point to this repository.
2021-02-06 15:35:38 +01:00
]
;
}
Reference in a new issue
Copy permalink