From 1b65ba7a838e422c9bf16ddcaf796a996fa51b6b Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 27 Dec 2024 08:45:34 +0100 Subject: refactor: introduce profiles --- nixos/parts/basics-physical.nix | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 nixos/parts/basics-physical.nix (limited to 'nixos/parts/basics-physical.nix') diff --git a/nixos/parts/basics-physical.nix b/nixos/parts/basics-physical.nix deleted file mode 100644 index 683c3b2..0000000 --- a/nixos/parts/basics-physical.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ config, pkgs, ... }: - -{ - environment.systemPackages = with pkgs; [ - pciutils - usbutils - ]; -} -- cgit v1.2.3