devos/profiles/workstation/default.nix
2021-11-11 11:11:00 +01:00

24 lines
403 B
Nix

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