From c3de8cde6b2b849ee3ae11b7766a025433b7a031 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Thu, 31 Aug 2023 13:13:27 +0200 Subject: [PATCH] refactor --- yodaTab/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; [