forked from Shinonome/omarchy-nix
Fix nautilus dark mode
This commit is contained in:
@@ -36,12 +36,6 @@ in {
|
||||
|
||||
colorScheme = inputs.nix-colors.colorSchemes.${selectedTheme.base16-theme};
|
||||
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
};
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
|
||||
@@ -46,6 +46,11 @@ in {
|
||||
# Use XCompose file
|
||||
"XCOMPOSEFILE,~/.XCompose"
|
||||
"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"
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user