do things

This commit is contained in:
zack 2025-01-09 13:33:20 -05:00
parent 0dc849ff14
commit 5c08802127
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
14 changed files with 503 additions and 457 deletions

View file

@ -21,7 +21,7 @@ in {
services = {
greetd = {
enable = true;
enable = false;
settings = rec {
initial_session = {
# command = "sway --unsupported-gpu";
@ -33,7 +33,12 @@ in {
};
};
services.xserver.displayManager.gdm.enable = true;
programs.uwsm.enable = true;
programs.hyprland = {
withUWSM = true;
enable = true;
};
@ -69,15 +74,14 @@ in {
hardware.pulseaudio.support32Bit = true;
# xdg.portal = {
# enable = true;
# wlr.enable = false;
# config.common.default = "*";
# extraPortals = [
# pkgs.xdg-desktop-portal-gtk
# # pkgs.xdg-desktop-portal-wlr
# pkgs.xwaylandvideobridge
# ];
# };
xdg.portal = {
enable = true;
wlr.enable = false;
config.common.default = "*";
extraPortals = [
pkgs.xdg-desktop-portal-gtk
pkgs.xwaylandvideobridge
];
};
};
}