Update flake, theme gtk, add vscode cache

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-06-25 11:10:32 +03:00
parent bedf27aa5f
commit 193c665aa4
11 changed files with 160 additions and 297 deletions

View File

@@ -153,10 +153,7 @@ in
};
mode = mkOption {
type = enum [
"dark"
"light"
];
type = enum [ "dark" "light" ];
default = "dark";
description = "The default mode of the theme.";
};