more portal dickery

This commit is contained in:
notgne2 2022-11-03 08:16:31 -07:00
parent cd6e8147ab
commit 3bd782b1df
No known key found for this signature in database
3 changed files with 15 additions and 20 deletions

View file

@ -103,16 +103,10 @@ in {
screenshotsPath = mkOption {
description = "Path to save screenshots in";
default = "$HOME/Pictures/Screenshots";
default = "$HOME/Media/Screenshots";
type = types.str;
};
outputOptions = mkOption {
description = "Additional output options";
default = {};
type = types.attrsOf (types.attrsOf types.str);
};
screensaver = mkOption {
description = "ezpcusr screensaver";
default = {};