From b673b76f41a1f48c38acb9b67657e097e5b8a61f Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 2 Dec 2022 02:12:40 -0500 Subject: now *most* things work :p --- configuration.nix | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 configuration.nix (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix deleted file mode 100644 index 4e5635e..0000000 --- a/configuration.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ pkgs, config, modulesPath, ... }: - -{ - imports = [ - "${modulesPath}/profiles/minimal.nix" - ]; - - # enable non-free packages - nixpkgs.config.allowUnfree = true; - - # Enable nix flakes - nix.package = pkgs.nixFlakes; - nix.settings.experimental-features = [ "nix-command" "flakes" ]; - - system.stateVersion = "22.11"; -} -- cgit v1.2.3