Moved keyring setup to shared; added mwdblib to mnemosyne

This commit is contained in:
Random936
2026-05-07 22:04:23 -04:00
parent 50a1694767
commit bafb77726c
3 changed files with 7 additions and 5 deletions

View File

@@ -12,4 +12,8 @@
];
users.users.mnemosyne = import ./user.nix;
environment.systemPackages = with pkgs; [
python313Packages.mwdblib
];
}