This commit is contained in:
Daniel Langbein 2023-08-31 13:13:27 +02:00
parent bf0672c8f8
commit c3de8cde6b

View File

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