diff options
| author | seth <[email protected]> | 2023-02-18 05:13:27 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-18 05:13:27 -0500 |
| commit | 1d7b04a71c7222153ffa9cd48f73b51ea72204d1 (patch) | |
| tree | 3d794209be0e2311dc76337c09c2cb39c52f6afb /users/seth/options.nix | |
| parent | 8a8059d9889afcbcd8a133b0b186e3a97ce7ac23 (diff) | |
major refactor
- `mkHost` now accepts an optional `specialArgs` argument to be passed to
`nixosSystem()`
- the `modules` argument for `mkHMUser` is now optional
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"; - }; - }; -} |
