2019-11-23 09:03:58 +00:00
|
|
|
{ config, pkgs, ... }:
|
|
|
|
|
|
|
|
{
|
|
|
|
home.packages = with pkgs; [
|
|
|
|
passff-host
|
|
|
|
gnome3.gnome-screenshot
|
2020-02-29 14:00:42 +00:00
|
|
|
apvlv xidlehook blueman
|
2019-11-23 09:03:58 +00:00
|
|
|
fontconfig xclip gimp glxinfo
|
2019-11-30 22:53:15 +00:00
|
|
|
notable evince signal-desktop
|
2020-01-10 22:53:28 +00:00
|
|
|
libreoffice vlc
|
2020-01-12 12:51:00 +00:00
|
|
|
unstable.tor-browser-bundle-bin
|
2019-11-23 09:03:58 +00:00
|
|
|
jetbrains.goland unstable.jetbrains.clion jetbrains.idea-ultimate unstable.android-studio
|
|
|
|
yubico-piv-tool yubikey-personalization yubikey-personalization-gui yubikey-manager-qt
|
2019-12-21 15:41:27 +00:00
|
|
|
slack discord obs-studio gnome3.nautilus gnome3.eog
|
|
|
|
hopper
|
2020-03-23 12:33:04 +00:00
|
|
|
unstable.qemu unstable.aqemu unstable.foldingathome
|
2020-03-29 12:26:29 +01:00
|
|
|
spotify
|
2019-11-23 09:03:58 +00:00
|
|
|
];
|
|
|
|
|
|
|
|
}
|