Compare commits
No commits in common. "5d6ee630bd9b0f814c1df7322695d8fa8c048757" and "b0115514e83bffd7b011d8876699379f7156f40d" have entirely different histories.
5d6ee630bd
...
b0115514e8
|
@ -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
|
||||||
|
|
|
@ -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