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" ];