devos/profiles/workstation/default.nix
2022-05-12 14:53:21 +02:00

27 lines
509 B
Nix

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
pavucontrol
signal-desktop
tdesktop
nheko
firefox-wayland
chromium
nomacs
libreoffice
gimp
krita
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;
virtualisation.waydroid.enable = true;
boot.supportedFilesystems = [ "ntfs" ];
}