pinwheel: Cleanup whitespace and function arguments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user