non important commit

This commit is contained in:
maxstrb 2025-11-21 10:44:27 +01:00
parent a0adbf3f7a
commit 224e67c4e6
2 changed files with 6 additions and 0 deletions

View file

@ -20,6 +20,7 @@
../modules/communication.nix
../modules/rice.nix
../modules/shells.nix
../modules/passwords.nix
../modules/create-project/create-project.nix
];
}

View file

@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
keepassxc
];
}