summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix3
1 files changed, 3 insertions, 0 deletions
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
];