14 lines
No EOL
236 B
Nix
14 lines
No EOL
236 B
Nix
{ lib, pkgs, desktop, ... }: {
|
|
environment.systemPackages = with pkgs; [
|
|
firefox
|
|
thunderbird
|
|
bitwarden
|
|
steam
|
|
lutris
|
|
vlc
|
|
];
|
|
|
|
imports = [
|
|
../../common/software/gui/firefox.nix
|
|
];
|
|
} |