From 6a718ca63338f13b2ae1ddf4b9d73d790c6a29d2 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Wed, 20 Dec 2023 15:01:34 +0100 Subject: format nix files --- nixos/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'nixos/default.nix') diff --git a/nixos/default.nix b/nixos/default.nix index e6c7a88..f3c5cda 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -1,10 +1,7 @@ # Edit this configuration file to define what should be installed on # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). - -{ lib, config, pkgs, ... }: - -{ +{...}: { imports = [ ./boot.nix ./environment.nix -- cgit v1.2.3