From 5c2bd117a5601bf6d91dba5bdc833c4bc97dd1cc Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Wed, 28 Feb 2024 21:31:35 +0000 Subject: add veracrypt --- home.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home.nix') diff --git a/home.nix b/home.nix index 138ec32..d5f6b87 100644 --- a/home.nix +++ b/home.nix @@ -14,7 +14,10 @@ home.homeDirectory = "/home/ozpv"; home.stateVersion = "23.11"; # Please read the comment before changing. + nixpkgs.config.allowUnfree = true; + home.packages = with pkgs; [ + veracrypt keepassxc neofetch ]; -- cgit v1.2.3