mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 11:06:11 +01:00
hyprland porting
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
|
||||
];
|
||||
|
||||
dconf.settings."org/gnome/desktop/interface".color-scheme =
|
||||
if config.colorscheme.variant == "dark"
|
||||
then "prefer-dark"
|
||||
else if config.colorscheme.variant == "light"
|
||||
then "prefer-light"
|
||||
else "default";
|
||||
# dconf.settings."org/gnome/desktop/interface".color-scheme =
|
||||
# if config.colorscheme.variant == "dark"
|
||||
# then "prefer-dark"
|
||||
# else if config.colorscheme.variant == "light"
|
||||
# then "prefer-light"
|
||||
# else "default";
|
||||
|
||||
xdg.portal.enable = true;
|
||||
# xdg.portal.enable = true;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user