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