moving to niri stable for now
This commit is contained in:
parent
5dd23ca10b
commit
e7194e17be
4 changed files with 16 additions and 14 deletions
|
@ -151,6 +151,8 @@
|
|||
mangohud
|
||||
dualsensectl.out
|
||||
|
||||
bibata-cursors
|
||||
|
||||
];
|
||||
|
||||
home.pointerCursor = {
|
||||
|
@ -269,7 +271,7 @@
|
|||
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
configPackages = [ pkgs.niri-unstable ];
|
||||
configPackages = [ pkgs.niri-stable ];
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-gnome
|
||||
xdg-desktop-portal-gtk
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
{
|
||||
programs.niri = {
|
||||
enable = true;
|
||||
package = pkgs.niri-unstable;
|
||||
package = pkgs.niri-stable;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue