This commit is contained in:
Hadi
2024-05-09 16:33:24 +02:00
parent 6d4bc5a9e8
commit c4f8d05c0d
8 changed files with 82 additions and 20 deletions

View File

@@ -14,6 +14,11 @@ with lib; {
};
};
animation-speed = mkOption {
type = types.str;
description = "Options: slow/medium/fast";
};
neofetch = mkOption {
type = types.str;
description = "Options: neofetch/nerdfetch/none";