diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2023-12-20 15:01:34 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2023-12-20 15:04:39 +0100 |
| commit | 6a718ca63338f13b2ae1ddf4b9d73d790c6a29d2 (patch) | |
| tree | e744b93c3f44911fcc8c837e43b9803b85f36475 /nixos/default.nix | |
| parent | 28b72fa8565a80defc6eec8bb9eecd21691753ac (diff) | |
format nix files
Diffstat (limited to 'nixos/default.nix')
| -rw-r--r-- | nixos/default.nix | 5 |
1 files changed, 1 insertions, 4 deletions
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 |
