mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-29 07:10:51 +01:00
chore: add correct portal to fischer
This commit is contained in:
parent
77a2d02d9e
commit
69c1ca23ba
1 changed files with 5 additions and 3 deletions
|
@ -23,8 +23,6 @@
|
||||||
};
|
};
|
||||||
boot.initrd.systemd.enableTpm2 = true;
|
boot.initrd.systemd.enableTpm2 = true;
|
||||||
|
|
||||||
# Sound stuff
|
|
||||||
sound.enable = true;
|
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
|
@ -155,6 +153,10 @@
|
||||||
package = pkgs.unstable.hyprland;
|
package = pkgs.unstable.hyprland;
|
||||||
portalPackage = pkgs.unstable.xdg-desktop-portal-hyprland;
|
portalPackage = pkgs.unstable.xdg-desktop-portal-hyprland;
|
||||||
};
|
};
|
||||||
|
xdg.portal = {
|
||||||
|
enable = true;
|
||||||
|
wlr.enable = true;
|
||||||
|
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||||
|
};
|
||||||
system.stateVersion = "23.05";
|
system.stateVersion = "23.05";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue