usernix: Added

This commit is contained in:
Geoffrey Frogeye 2023-12-22 23:29:14 +01:00
parent 82caafaceb
commit 5b85606831
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 53 additions and 0 deletions

View file

@ -3,6 +3,7 @@
options.frogeye = {
extra = lib.mkEnableOption "Big software";
gaming = lib.mkEnableOption "Games";
userNix = lib.mkEnableOption "Nix is \"installed\" in ~/.nix";
polarity = lib.mkOption {
default = "dynamic";
description = "Whether to use light theme or dark theme.";