first commit
This commit is contained in:
commit
58a3f28118
72 changed files with 3082 additions and 0 deletions
12
modules/core/wayland.nix
Normal file
12
modules/core/wayland.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
programs.hyprland.enable = true;
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
wlr.enable = true;
|
||||
extraPortals = [
|
||||
pkgs.xdg-desktop-portal-hyprland
|
||||
# pkgs.xdg-desktop-portal-gtk
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue