diff options
Diffstat (limited to 'Biz/Dev/Beryllium/Configuration.nix')
-rw-r--r-- | Biz/Dev/Beryllium/Configuration.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Biz/Dev/Beryllium/Configuration.nix b/Biz/Dev/Beryllium/Configuration.nix index 7699305..e3e4232 100644 --- a/Biz/Dev/Beryllium/Configuration.nix +++ b/Biz/Dev/Beryllium/Configuration.nix @@ -2,7 +2,7 @@ # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). -{ config, pkgs, ... }: +{ pkgs, ... }: { imports = [ # Include the results of the hardware scan. @@ -109,9 +109,6 @@ services.eternal-terminal.enable = true; - # Allow unfree packages - nixpkgs.config.allowUnfree = true; - # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ |