test
This commit is contained in:
parent
a8e7e92414
commit
cf392ab237
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{ lib, pkgs, desktop, ... }: {
|
||||
{ config, lib, pkgs, desktop, ... }: {
|
||||
# Steam, Vintage Story areu nfree.
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config.allowUnfree = lib.mkForce true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
bitwarden
|
||||
steam
|
||||
|
|
Loading…
Reference in a new issue