Compare commits
2 Commits
b0115514e8
...
5d6ee630bd
Author | SHA1 | Date |
---|---|---|
Tim Van Baak | 5d6ee630bd | |
Tim Van Baak | e8698d3dc2 |
|
@ -86,6 +86,8 @@
|
|||
|
||||
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