aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-02-29 11:15:05 +0100
committerAdrian Kummerlaender2020-02-29 11:15:05 +0100
commit21209a2fcedcab9a87eb1269976cf59a4dc51e61 (patch)
tree05ad1a113065d427d59a379eb1698def425afa17 /home.nix
parentd5bf025a4db2f8b06b89429203042aad15dc1a5a (diff)
downloadnixos_home-21209a2fcedcab9a87eb1269976cf59a4dc51e61.tar
nixos_home-21209a2fcedcab9a87eb1269976cf59a4dc51e61.tar.gz
nixos_home-21209a2fcedcab9a87eb1269976cf59a4dc51e61.tar.bz2
nixos_home-21209a2fcedcab9a87eb1269976cf59a4dc51e61.tar.lz
nixos_home-21209a2fcedcab9a87eb1269976cf59a4dc51e61.tar.xz
nixos_home-21209a2fcedcab9a87eb1269976cf59a4dc51e61.tar.zst
nixos_home-21209a2fcedcab9a87eb1269976cf59a4dc51e61.zip
Add rofi selector for pass
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index d96752b..51030bb 100644
--- a/home.nix
+++ b/home.nix
@@ -18,7 +18,6 @@
keyboard.layout = "de";
packages = [
- pkgs.pass
config.custom.pkgs.persistent-nix-shell
];
};