feat(home-pc): add some packages
This commit is contained in:
parent
a9b7ddaeb8
commit
c1c279a0ae
|
@ -1,10 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
with pkgs;
|
||||
{
|
||||
imports = [
|
||||
./shell
|
||||
./editors
|
||||
./dotnet.nix
|
||||
./desktop
|
||||
./desktop/monitors.nix
|
||||
./vpn.nix
|
||||
|
@ -49,18 +49,30 @@ with pkgs;
|
|||
|
||||
# productivity
|
||||
discord
|
||||
libreoffice-fresh
|
||||
skypeforlinux
|
||||
tabbed
|
||||
|
||||
# development
|
||||
haskellPackages.ghc
|
||||
postman
|
||||
|
||||
# entertainment
|
||||
celluloid
|
||||
|
||||
# learning
|
||||
anki
|
||||
|
||||
# gaming
|
||||
steam
|
||||
linux-steam-integration
|
||||
lutris
|
||||
|
||||
# privacy
|
||||
(tor-browser-bundle-bin.override { pulseaudioSupport = true; })
|
||||
onionshare-gui
|
||||
transmission-gtk
|
||||
|
||||
# other
|
||||
ledger-live-desktop
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue