feat(home-pc): add some packages
This commit is contained in:
parent
a9b7ddaeb8
commit
c1c279a0ae
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue