feat(home-pc): add some packages

This commit is contained in:
Felix Schröter 2020-06-18 16:24:19 +02:00
parent a9b7ddaeb8
commit c1c279a0ae
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458

View file

@ -1,10 +1,10 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
with pkgs;
{ {
imports = [ imports = [
./shell ./shell
./editors ./editors
./dotnet.nix
./desktop ./desktop
./desktop/monitors.nix ./desktop/monitors.nix
./vpn.nix ./vpn.nix
@ -49,18 +49,30 @@ with pkgs;
# productivity # productivity
discord discord
libreoffice-fresh
skypeforlinux
tabbed
# development # development
haskellPackages.ghc haskellPackages.ghc
postman
# entertainment # entertainment
celluloid celluloid
# learning
anki
# gaming # gaming
steam steam
linux-steam-integration linux-steam-integration
lutris lutris
# privacy
(tor-browser-bundle-bin.override { pulseaudioSupport = true; })
onionshare-gui
transmission-gtk
# other # other
ledger-live-desktop ledger-live-desktop
]; ];