.
This commit is contained in:
parent
59a1fbaf0f
commit
ac3dac322d
78 changed files with 893 additions and 802 deletions
|
|
@ -5,6 +5,18 @@ let
|
|||
|
||||
cfg = config.${namespace}.defaults;
|
||||
in {
|
||||
imports = [
|
||||
./application
|
||||
./desktop
|
||||
./development
|
||||
./editor
|
||||
./game
|
||||
./home-manager
|
||||
./shell
|
||||
./terminal
|
||||
./themes
|
||||
];
|
||||
|
||||
options.${namespace}.defaults = {
|
||||
editor = mkOption {
|
||||
type = enum [ "nano" "nvim" "zed" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue