diff --git a/default.nix b/default.nix index 6521d43..00ee0fa 100644 --- a/default.nix +++ b/default.nix @@ -6,7 +6,9 @@ in { options.sconfig = { - profile = mkOption { type = types.str; }; + profile = mkOption { + type = types.enum [ "server" "desktop-gnome" "desktop-sway" ]; + }; scroll-boost = mkEnableOption "Patch libinput scroll speed";