From 153e48111b97d15e784b1ef2ec44c7451905535b Mon Sep 17 00:00:00 2001 From: aristote Date: Wed, 29 May 2024 19:27:53 +0200 Subject: switch to use as home laptop --- nixos/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'nixos/default.nix') 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 ]; -- cgit v1.2.3