Add Hyprland, attempt generalization
This commit is contained in:
parent
590430f296
commit
a0cc623c4b
57 changed files with 634 additions and 385 deletions
|
@ -25,5 +25,10 @@
|
|||
Name=Niri
|
||||
Exec=niri-session
|
||||
'';
|
||||
"greetd/environments/hyprland.desktop".text = ''
|
||||
[Desktop Entry]
|
||||
Name=Hyprland
|
||||
Exec=Hyprland
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
0
modules/system/services/general/displaymanager/uwsm/default.nix
Executable file
0
modules/system/services/general/displaymanager/uwsm/default.nix
Executable file
|
@ -9,6 +9,9 @@
|
|||
chooser_cmd = "${pkgs.slurp}/bin/slurp -f %o -or -B 00000066 -b 00000099";
|
||||
};
|
||||
};
|
||||
extraPortals = with pkgs; [ xdg-desktop-portal-gnome ];
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-gnome
|
||||
xdg-desktop-portal-hyprland
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue