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