test
This commit is contained in:
parent
ba1cc06f34
commit
05a005a873
1 changed files with 15 additions and 11 deletions
|
@ -1,4 +1,8 @@
|
|||
{ lib, pkgs, desktop, ... }: {
|
||||
|
||||
# Allow steam, unfree
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "steam" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
firefox
|
||||
thunderbird
|
||||
|
|
Loading…
Reference in a new issue