Commit 2d54db06cf69

Vincent Demeester <vincent@sbr.pm>
2019-06-28 15:02:38
desktop: Use `pbcopy`/`pbpast` from vde-scripts
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2e2b2fe
Changed files (1)
modules
profiles
modules/profiles/desktop.nix
@@ -13,15 +13,6 @@ xbacklight -time 5000 -steps 400 -set 0 &
 sleep 2147483647 &
 wait
   '';
-
-  pbpaste = pkgs.writeScriptBin "pbcopy" ''
-    #!${pkgs.stdenv.shell}
-    ${pkgs.xsel}/bin/xsel --clipboard --input
-  '';
-  pbcopy = pkgs.writeScriptBin "pbpaste" ''
-    #!${pkgs.stdenv.shell}
-    ${pkgs.xsel}/bin/xsel --clipboard --output
-  '';
 in
 {
   options = {
@@ -121,8 +112,6 @@ in
       gnome3.gnome_themes_standard
       keybase
       mpv
-      pbcopy
-      pbpaste
       peco
       pass
       xdg-user-dirs