This website requires JavaScript.
Explore
Help
Sign in
nezia
/
flocon
Watch
1
Star
0
Fork
You've already forked flocon
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
7d1baf7eb5
flocon
/
modules
/
default.nix
7 lines
47 B
Nix
Raw
Normal View
History
Unescape
Escape
treewide: move shared/nixosModules to modules The idea of this refactor is, as the configuration is getting bigger and more complex, to move everything into a local modules system. The idea is to simplify hosts declaration and add a new layer of abstraction to avoid the long and redundant imports in hosts/default.nix, that I am currently using. First, we're going to move everything to the modules directory, and split options from the proper configuration. That allows us to have an easier time understanding how the options are structured, as they will follow the directory structure and won't be mixed with the module configuration.
2025-01-14 09:56:34 +00:00
{
imports
=
[
./options
modules: move style to nix/style This is temporary, as we're going to get rid of that awkward style module that was meant to be shared, but ended up being too specific to my use-case. We just put it in a nix directory for now, as we will with everything else. This will be refactored later to be mixed with the relevant program's configuration.
2025-01-14 10:02:13 +00:00
./nix
treewide: move shared/nixosModules to modules The idea of this refactor is, as the configuration is getting bigger and more complex, to move everything into a local modules system. The idea is to simplify hosts declaration and add a new layer of abstraction to avoid the long and redundant imports in hosts/default.nix, that I am currently using. First, we're going to move everything to the modules directory, and split options from the proper configuration. That allows us to have an easier time understanding how the options are structured, as they will follow the directory structure and won't be mixed with the module configuration.
2025-01-14 09:56:34 +00:00
]
;
}
Reference in a new issue
Copy permalink