This commit is contained in:
2026-03-24 11:05:28 +01:00
parent 5500f39c8c
commit 7c45a9d042
3 changed files with 4 additions and 2 deletions

View File

@@ -86,8 +86,8 @@
{ pkgs, ... }:
{
home.packages = [
zut-calendar.packages.${pkgs.system}.default
zutui.packages.${pkgs.system}.default
zut-calendar.packages.${pkgs.stdenv.hostPlatform.system}.default
zutui.packages.${pkgs.stdenv.hostPlatform.system}.default
];
}
)

View File

@@ -4,6 +4,7 @@
gtk = {
enable = true;
colorScheme = "dark";
gtk4.theme = null;
};
dconf = {

View File

@@ -59,5 +59,6 @@ in
videos = "$HOME/Video";
templates = null;
publicShare = null;
setSessionVariables = true;
};
}