Fix nautilus dark mode

This commit is contained in:
Henry Sipp
2025-07-23 22:43:34 -05:00
parent a7981b9fa4
commit b281a3eb6f
2 changed files with 5 additions and 6 deletions
-6
View File
@@ -36,12 +36,6 @@ in {
colorScheme = inputs.nix-colors.colorSchemes.${selectedTheme.base16-theme}; colorScheme = inputs.nix-colors.colorSchemes.${selectedTheme.base16-theme};
dconf.settings = {
"org/gnome/desktop/interface" = {
color-scheme = "prefer-dark";
};
};
gtk = { gtk = {
enable = true; enable = true;
theme = { theme = {
+5
View File
@@ -46,6 +46,11 @@ in {
# Use XCompose file # Use XCompose file
"XCOMPOSEFILE,~/.XCompose" "XCOMPOSEFILE,~/.XCompose"
"EDITOR,nvim" "EDITOR,nvim"
# GTK theme
"GTK_THEME,Adwaita:dark"
# Podman compatibility. Probably need to add cfg.env?
# "DOCKER_HOST,unix://$XDG_RUNTIME_DIR/podman/podman.sock" # "DOCKER_HOST,unix://$XDG_RUNTIME_DIR/podman/podman.sock"
]; ];