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;
|
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
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue