467 current 2024-04-24 11:16:41 24.05.20240423.0a0027c 6.8.6-zen1 *

This commit is contained in:
zackartz 2024-04-24 11:16:44 -04:00
parent e4cccf7d85
commit 16f9cbc376
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -1,4 +1,8 @@
{pkgs, ...}: { {
pkgs,
inputs,
...
}: {
imports = [../common/fonts.nix]; imports = [../common/fonts.nix];
environment.etc."greetd/environments".text = '' environment.etc."greetd/environments".text = ''
@ -59,7 +63,7 @@
extraPortals = [ extraPortals = [
pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-wlr pkgs.xdg-desktop-portal-wlr
pkgs.xdg-desktop-portal-hyprland inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland
pkgs.xwaylandvideobridge pkgs.xwaylandvideobridge
]; ];
}; };