refactor(options): move options to global scope
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
../options.nix
|
||||
|
||||
./git.nix
|
||||
./fish.nix
|
||||
./nixvim
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
../options.nix
|
||||
|
||||
./fish.nix
|
||||
./firefox.nix
|
||||
./hyprland.nix
|
||||
|
||||
@@ -1,18 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
options.kekleo = {
|
||||
graphical = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
description = "Enable GUI features and programs";
|
||||
};
|
||||
neovim = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = true;
|
||||
description = "Enable neovim";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user