diff options
Diffstat (limited to 'users/seth/options.nix')
| -rw-r--r-- | users/seth/options.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/users/seth/options.nix b/users/seth/options.nix deleted file mode 100644 index 1c71db7..0000000 --- a/users/seth/options.nix +++ /dev/null @@ -1,19 +0,0 @@ -{lib, ...}: { - options.seth = with lib; { - devel.enable = mkOption { - type = types.bool; - default = false; - description = "install development packages for neovim lsp"; - }; - desktop = mkOption { - type = types.str; - default = ""; - description = "choose a desktop configuration"; - }; - standalone = mkOption { - type = types.bool; - default = false; - description = "set to true if using home-manager standalone"; - }; - }; -} |
