From 1d7b04a71c7222153ffa9cd48f73b51ea72204d1 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 18 Feb 2023 05:13:27 -0500 Subject: major refactor - `mkHost` now accepts an optional `specialArgs` argument to be passed to `nixosSystem()` - the `modules` argument for `mkHMUser` is now optional --- users/seth/options.nix | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 users/seth/options.nix (limited to 'users/seth/options.nix') 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"; - }; - }; -} -- cgit v1.2.3