pinwheel: Cleanup whitespace and function arguments

This commit is contained in:
Alexander Heldt
2023-09-09 10:51:00 +02:00
parent 4389f229a5
commit 498f4d50d1
21 changed files with 32 additions and 32 deletions

View File

@@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ inputs, system, config, pkgs, ... }:
{ inputs, system, pkgs, ... }:
{
imports =
@@ -81,7 +81,7 @@
isNormalUser = true;
description = "alex";
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [];
packages = [];
};
# Allow unfree packages