mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
fix
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
)
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
gtk = {
|
||||
enable = true;
|
||||
colorScheme = "dark";
|
||||
gtk4.theme = null;
|
||||
};
|
||||
|
||||
dconf = {
|
||||
|
||||
@@ -59,5 +59,6 @@ in
|
||||
videos = "$HOME/Video";
|
||||
templates = null;
|
||||
publicShare = null;
|
||||
setSessionVariables = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user