Re-format with nixpkgs-fmt
1 file changed, 4 insertions(+), 5 deletions(-)
changed files
M system/settings/configuration/networking.nix → system/settings/configuration/networking.nix
@@ -1,9 +1,8 @@ -{ - config, - pkgs, - ... +{ config +, pkgs +, ... }: { - environment.systemPackages = with pkgs; [lxqt.lxqt-policykit]; # provides a default authentification client for policykit + environment.systemPackages = with pkgs; [ lxqt.lxqt-policykit ]; # provides a default authentification client for policykit services.gvfs.enable = true; # enables gvfs imports = [