From 2ff62b772ca3c2c3e217728701b0d4e7a7daf791 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 22 May 2021 16:01:40 +0200 Subject: [PATCH] Home --- home.nix | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/home.nix b/home.nix index 1a088f6..fab2361 100644 --- a/home.nix +++ b/home.nix @@ -13,29 +13,40 @@ in { keyboard.layout = "it"; keyboard.options = ["terminate:ctrl_alt_bksp" "compose:rctrl"]; packages = (with pkgs; [ - htop neofetch discord - evolutionWithPlugins + evolution firefox + gallery-dl gnome3.evince + gnome3.file-roller gnome3.nautilus + gnome3.gnome-screenshot + htop + libreoffice-fresh + lutris jetbrains.datagrip megasync mpv + neofetch nerdfonts + obsidian + openvpn pavucontrol pcmanfm polybarFull procps-ng + shotwell skypeforlinux slack spotify - teams + steam + wireguard ]) ++ (with nixpkgs; [ authy keepassxc tdesktop + teams ]); };