Plasma
This commit is contained in:
parent
59842a4ba4
commit
97c86fb014
8 changed files with 122 additions and 7 deletions
11
packages/sets/communication.nix
Normal file
11
packages/sets/communication.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, libs, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
thunderbird
|
||||
tutanota-desktop
|
||||
signal-desktop
|
||||
element-desktop
|
||||
vesktop
|
||||
];
|
||||
}
|
11
packages/sets/games.nix
Normal file
11
packages/sets/games.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = false;
|
||||
dedicatedServer.openFirewall = false;
|
||||
};
|
||||
|
||||
programs.honkers-railway-launcher.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue