sombrero: Cleanup whitepace and function arguments

This commit is contained in:
Alexander Heldt
2023-09-09 10:51:52 +02:00
parent 498f4d50d1
commit 6b62385591
2 changed files with 4 additions and 4 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).
{ config, pkgs, ... }:
{ pkgs, ... }:
{
nix.settings.experimental-features = [ "nix-command" "flakes" ];

View File

@@ -1,7 +1,7 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{ lib, modulesPath, ... }:
{
imports =