Add niri
as window manager
This commit is contained in:
parent
c8717806ab
commit
ea612479a0
8 changed files with 783 additions and 2 deletions
|
@ -23,6 +23,15 @@ let
|
|||
Exec=cosmic-session
|
||||
'';
|
||||
})
|
||||
(pkgs.writeTextFile {
|
||||
name = "xorg-session.desktop";
|
||||
destination = "/niri-session.desktop";
|
||||
text = ''
|
||||
[Desktop Entry]
|
||||
Name=Niri
|
||||
Exec=${lib.getExe' pkgs.niri "niri-session"}
|
||||
'';
|
||||
})
|
||||
];
|
||||
in
|
||||
{
|
||||
|
|
|
@ -7,11 +7,13 @@
|
|||
xdg-desktop-portal-wlr
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-hyprland
|
||||
xdg-desktop-portal-gnome
|
||||
];
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-wlr
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-hyprland
|
||||
xdg-desktop-portal-gnome
|
||||
];
|
||||
xdgOpenUsePortal = true;
|
||||
wlr.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue