14 lines
No EOL
248 B
Nix
14 lines
No EOL
248 B
Nix
{ config, lib, pkgs, desktop, ... }: {
|
|
# Steam, Vintage Story areu nfree.
|
|
environment.systemPackages = with pkgs; [
|
|
bitwarden
|
|
steam
|
|
lutris
|
|
vlc
|
|
vintagestory
|
|
];
|
|
|
|
imports = [
|
|
../../common/software/gui/firefox.nix
|
|
];
|
|
} |