desktop stuff

This commit is contained in:
mjallen18
2024-03-14 13:11:43 -05:00
parent eceb599970
commit 7e343c4ed7
4 changed files with 72 additions and 16 deletions

View File

@@ -17,5 +17,10 @@ with lib; {
type = types.str;
default = "wheel";
};
lact.enable = mkOption {
type = types.bool;
default = false;
};
};
}