diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2024-02-28 21:31:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-28 21:31:35 +0000 |
| commit | 5c2bd117a5601bf6d91dba5bdc833c4bc97dd1cc (patch) | |
| tree | 427b28008ad4b59254fc1df0e948259435f7381c /home.nix | |
| parent | 1bc494620a5bd0c8e691e560f99a791cd634a948 (diff) | |
add veracrypt
Diffstat (limited to 'home.nix')
| -rw-r--r-- | home.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ]; |
