mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 19:12:11 +02:00
Update
This commit is contained in:
14
home/programs/qutebrowser/userscripts.nix
Normal file
14
home/programs/qutebrowser/userscripts.nix
Normal 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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user