mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-04-12 23:43:49 +02:00
wm/niri: Fix formatting
This commit is contained in:
parent
93b960ab19
commit
819e56203c
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ lib.mkIf (config.traxys.wm == "niri") {
|
|||
services.gnome-keyring.enable = true;
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = [pkgs.xdg-desktop-portal-gnome];
|
||||
extraPortals = [ pkgs.xdg-desktop-portal-gnome ];
|
||||
configPackages = [ config.programs.niri.package ];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue