Compare commits
No commits in common. "5d6ee630bd9b0f814c1df7322695d8fa8c048757" and "b0115514e83bffd7b011d8876699379f7156f40d" have entirely different histories.
5d6ee630bd
...
b0115514e8
|
@ -86,8 +86,6 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
bitwarden-cli
|
||||
bitwarden-desktop
|
||||
comic-mono
|
||||
firefox
|
||||
gnome.gnome-terminal
|
||||
|
|
|
@ -120,7 +120,7 @@ in {
|
|||
wget
|
||||
zip
|
||||
(writeShellScriptBin "clip" ''
|
||||
${xclip}/bin/xclip -sel c < "$1"
|
||||
${xclip}/bin/xclip -sel c < $1
|
||||
'')
|
||||
];
|
||||
programs = {
|
||||
|
|
Loading…
Reference in New Issue