devos/profiles/workstation/default.nix
2021-07-30 11:55:49 +02:00

19 lines
349 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
mpv
pavucontrol
signal-desktop
tdesktop
nheko
firefox
nomacs
libreoffice
gimp
syncplay
];
services.dbus.packages = with pkgs; [ gnome3.dconf ];
services.gvfs.enable = true;
services.udisks2.enable = true;
services.devmon.enable = true;
}