mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
change profile option type
This commit is contained in:
parent
45c4207598
commit
e68eeb588f
1 changed files with 3 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue