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