hyprland porting

This commit is contained in:
2024-04-19 18:04:49 +02:00
parent 158fe716da
commit f6eb31a26b
5 changed files with 53 additions and 32 deletions

View File

@@ -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;
}

View File

@@ -7,14 +7,14 @@
gtk3
imv
mimeo
primary-xwayland
# primary-xwayland
pulseaudio
slurp
waypipe
wf-recorder
wl-clipboard
wl-mirror
wl-mirror-pick
# wl-mirror-pick
xdg-utils
ydotool
];
@@ -25,5 +25,5 @@
LIBSEAT_BACKEND = "logind";
};
xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-wlr];
# xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-wlr];
}