303 current 2024-04-03 13:08:59 24.05.20240402.43f9562 6.8.2-zen2 *
This commit is contained in:
parent
e27beada5b
commit
2b38be28ff
1 changed files with 2 additions and 1 deletions
3
env/wayland/default.nix
vendored
3
env/wayland/default.nix
vendored
|
|
@ -6,7 +6,7 @@
|
||||||
imports = [./fonts.nix];
|
imports = [./fonts.nix];
|
||||||
|
|
||||||
environment.etc."greetd/environments".text = ''
|
environment.etc."greetd/environments".text = ''
|
||||||
Hyprland
|
sway
|
||||||
'';
|
'';
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
@ -61,6 +61,7 @@
|
||||||
wlr.enable = true;
|
wlr.enable = true;
|
||||||
extraPortals = [
|
extraPortals = [
|
||||||
pkgs.xdg-desktop-portal-gtk
|
pkgs.xdg-desktop-portal-gtk
|
||||||
|
pkgs.xdg-desktop-portal-wlr
|
||||||
# pkgs.xdg-desktop-portal-hyprland
|
# pkgs.xdg-desktop-portal-hyprland
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue