From 3ee8467b9a6382641543e2ac485d5c2623e9b0c4 Mon Sep 17 00:00:00 2001 From: ene Date: Mon, 20 Feb 2023 08:45:56 +0100 Subject: Feat(flake): Move the in and outputs to separate files --- system/default.nix | 2 +- system/packages/default.nix | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'system') diff --git a/system/default.nix b/system/default.nix index 5285a904..f94ba34f 100644 --- a/system/default.nix +++ b/system/default.nix @@ -11,7 +11,7 @@ ./font ./impermanence ./locale - ./packages +#./packages ./sound ]; } diff --git a/system/packages/default.nix b/system/packages/default.nix index 23bd8695..a83b3187 100644 --- a/system/packages/default.nix +++ b/system/packages/default.nix @@ -13,11 +13,11 @@ # else [x]; #in { - nixpkgs.config.allowUnfreePredicate = pkg: - builtins.elem (lib.getName pkg) [ - "steam" - "steam-original" - ]; +# nixpkgs.config.allowUnfreePredicate = pkg: +# builtins.elem (lib.getName pkg) [ +# "steam" +# "steam-original" +# ]; # # environment.systemPackages = with builtins; # concatLists -- cgit 1.4.1