diff --git a/yodaTab/configuration.nix b/yodaTab/configuration.nix index 97d3503..1a96174 100644 --- a/yodaTab/configuration.nix +++ b/yodaTab/configuration.nix @@ -85,6 +85,9 @@ # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true; + # Allow unfree packages + nixpkgs.config.allowUnfree = true; + # https://nixos.wiki/wiki/Command_Shell # https://nixos.wiki/wiki/Zsh programs.zsh.enable = true; @@ -139,9 +142,6 @@ ]; }; - # Allow unfree packages - nixpkgs.config.allowUnfree = true; - # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [