656 current 2024-05-21 12:00:59 24.05.20240521.d3cda6a 6.8.6-zen1 *
This commit is contained in:
parent
a9c87f0900
commit
d138814f48
2 changed files with 3 additions and 2 deletions
3
env/wayland/default.nix
vendored
3
env/wayland/default.nix
vendored
|
|
@ -62,7 +62,8 @@
|
||||||
extraPortals = [
|
extraPortals = [
|
||||||
pkgs.xdg-desktop-portal-gtk
|
pkgs.xdg-desktop-portal-gtk
|
||||||
pkgs.xdg-desktop-portal-wlr
|
pkgs.xdg-desktop-portal-wlr
|
||||||
inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland
|
pkgs.xdg-desktop-portal-hyprland
|
||||||
|
# inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland
|
||||||
pkgs.xwaylandvideobridge
|
pkgs.xwaylandvideobridge
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ in {
|
||||||
imports = [./config.nix ./binds.nix ./rules.nix];
|
imports = [./config.nix ./binds.nix ./rules.nix];
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = inputs.hyprland.packages.${pkgs.system}.default;
|
# package = inputs.hyprland.packages.${pkgs.system}.default;
|
||||||
|
|
||||||
systemd = {
|
systemd = {
|
||||||
variables = ["--all"];
|
variables = ["--all"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue