1
1
Fork 0

Compare commits

..

No commits in common. "5d6ee630bd9b0f814c1df7322695d8fa8c048757" and "b0115514e83bffd7b011d8876699379f7156f40d" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

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

View File

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