467 current 2024-04-24 11:16:41 24.05.20240423.0a0027c 6.8.6-zen1 *
This commit is contained in:
parent
e4cccf7d85
commit
16f9cbc376
1 changed files with 6 additions and 2 deletions
8
env/wayland/default.nix
vendored
8
env/wayland/default.nix
vendored
|
|
@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue