1
1
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Tim Van Baak 5d6ee630bd beatific: fix clip script 2024-06-25 21:59:15 -07:00
Tim Van Baak e8698d3dc2 unfolder: add bitwarden-{cli,desktop} 2024-06-25 20:30:27 -07:00
2 changed files with 3 additions and 1 deletions

View File

@ -86,6 +86,8 @@
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
bitwarden-cli
bitwarden-desktop
comic-mono
firefox
gnome.gnome-terminal

View File

@ -120,7 +120,7 @@ in {
wget
zip
(writeShellScriptBin "clip" ''
${xclip}/bin/xclip -sel c < $1
${xclip}/bin/xclip -sel c < "$1"
'')
];
programs = {