diff --git a/nix-os/core.nix b/nix-os/core.nix index 09c5d4a..39ae485 100644 --- a/nix-os/core.nix +++ b/nix-os/core.nix @@ -1,8 +1,9 @@ -# 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'). - -{ inputs, lib, pkgs, ... }: +{ + inputs, + lib, + pkgs, + ... +}: { imports = [