summaryrefslogtreecommitdiff
path: root/nixos/default.nix
diff options
context:
space:
mode:
authoraristote <quentin.aristote@irif.fr>2024-05-29 19:27:53 +0200
committeraristote <quentin.aristote@irif.fr>2024-05-29 19:27:53 +0200
commit153e48111b97d15e784b1ef2ec44c7451905535b (patch)
treec9da8b593e555f2e81445d392c15bab56ffaec21 /nixos/default.nix
parentc4005a4b2be584977805de8165ca7deeb05363cf (diff)
switch to use as home laptop
Diffstat (limited to 'nixos/default.nix')
-rw-r--r--nixos/default.nix6
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
];