Toggle dark/light mode

This commit is contained in:
larstvei 2025-08-31 18:40:01 +02:00
parent 079daf44ab
commit 53f70f0a4e

View File

@ -13,6 +13,20 @@
./hyprland
];
xdg.portal = {
enable = true;
extraPortals = [
pkgs.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal-gtk
];
config.hyprland."org.freedesktop.impl.portal.Settings" = "darkman";
};
services.darkman = {
enable = true;
settings.portal = true;
};
programs.zen-browser = {
enable = true;
policies = {