mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
nixos/pantheon: add gtk xdg desktop portal
This commit is contained in:
parent
69f2836c1b
commit
3531a229d1
@ -145,6 +145,8 @@ in
|
||||
isSystem = true;
|
||||
};
|
||||
|
||||
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||
|
||||
networking.networkmanager.enable = mkDefault true;
|
||||
networking.networkmanager.basePackages =
|
||||
{ inherit (pkgs) networkmanager modemmanager wpa_supplicant;
|
||||
|
Loading…
Reference in New Issue
Block a user