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;
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 = {