From 0e4d40a018342b114792806f1e38ce936535c841 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Thu, 31 Oct 2019 22:46:18 +0000 Subject: [PATCH] Add pass --- nixos/home.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/home.nix b/nixos/home.nix index 31b26db8..39141d79 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -14,6 +14,8 @@ in }; }; home.packages = with pkgs; [ + ( pass.withExtensions (ext: [ ext.pass-otp ext.pass-import ext.pass-genphrase ext.pass-audit ext.pass-update ])) + passff-host cabal-install stack hsetroot lm_sensors gnome3.gnome-screenshot wirelesstools ranger xpdf apvlv unstable.xidlehook blueman fontconfig nodejs rustup gcc gdb @@ -32,10 +34,12 @@ in home.sessionVariables = { TERMINAL="termite"; CM_LAUNCHER="rofi"; + PASSWORD_STORE_ENABLE_EXTENSIONS="true"; }; home.file.".vimrc".source = ~/dev/dotfiles/.vimrc.nixos; home.file.".config/nixpkgs/config.nix".source = ~/dev/dotfiles/nixos/shell-config.nix; + home.file.".mozilla/native-messaging-hosts/passff.json".source = "${pkgs.passff-host}/share/passff-host/passff.json"; imports = [ ./programs/tmux.nix @@ -50,7 +54,6 @@ in rofi.enable = true; fzf.enable = true; - firefox.enable = true; chromium.enable = true; go.enable = true; bat.enable = true;