Former-commit-id: a9939a0f54
This commit is contained in:
Hadi
2024-06-27 00:10:09 +02:00
parent ba007b4710
commit b9ebf59fea
13 changed files with 341 additions and 12 deletions

View File

@@ -0,0 +1,14 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
keyutils
python3
python311Packages.pyperclip
python312Packages.tldextract
];
xdg.configFile."qutebrowser/userscripts/bitwarden" = {
source = ./userscripts/qute-bitwarden.py;
executable = true;
};
}