diff options
Diffstat (limited to 'nixos/default.nix')
| -rw-r--r-- | nixos/default.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/nixos/default.nix b/nixos/default.nix index f957047..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 @@ -12,7 +9,6 @@ ./hardware ./nix.nix ./networking.nix - ./printing.nix ./users.nix ]; |
