devos/profiles/workstation/default.nix
2021-05-17 22:12:17 +02:00

16 lines
307 B
Nix

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