mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update shared-desktop.nix
This commit is contained in:
@@ -34,20 +34,20 @@
|
|||||||
picture-uri-dark = "${wallpaper}";
|
picture-uri-dark = "${wallpaper}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs = {
|
gtk = {
|
||||||
gtk = {
|
enable = true;
|
||||||
enable = true;
|
gtk3.extraConfig = {
|
||||||
gtk3.extraConfig = {
|
Settings = ''
|
||||||
Settings = ''
|
gtk-application-prefer-dark-theme=1
|
||||||
gtk-application-prefer-dark-theme=1
|
'';
|
||||||
'';
|
|
||||||
};
|
|
||||||
gtk4.extraConfig = {
|
|
||||||
Settings = ''
|
|
||||||
gtk-application-prefer-dark-theme=1
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
gtk4.extraConfig = {
|
||||||
|
Settings = ''
|
||||||
|
gtk-application-prefer-dark-theme=1
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
|
programs = {
|
||||||
bash = {
|
bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|||||||
Reference in New Issue
Block a user