devos/profiles/workstation/default.nix
2022-01-14 19:57:34 +01:00

25 lines
445 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;
boot.supportedFilesystems = [ "ntfs" ];
}