Skip to content

Commit 07530a0

Browse files
committed
fix yewtube
1 parent a584af9 commit 07530a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nix/configuration.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
...
66
}: let
77
vi = import ./../pub/vi/nix/default.nix {};
8+
unst = import ./nixpkgs-unstable.nix;
89
# xkb = pkgs.writeText "xkb-layout" (builtins.readFile ./../cfg/.Xmodmap);
910
# yewtube = import ./yewtube.nix;
1011
qmk-setup = import ./qmk-setup.nix;
@@ -591,7 +592,7 @@ in {
591592
s-tui
592593
qutebrowser
593594
xorg.xev
594-
yewtube
595+
unst.yewtube
595596
niv
596597
zip
597598
unzip
@@ -841,7 +842,7 @@ in {
841842
};
842843
cfgProgrKeys = {
843844
"${mod}+Return" = "exec ${alacritty}/bin/alacritty";
844-
"${mod}+y" = "exec ${alacritty}/bin/alacritty -e ${yewtube}/bin/yt";
845+
"${mod}+y" = "exec ${alacritty}/bin/alacritty -e ${unst.yewtube}/bin/yt";
845846
"${mod}+b" = "exec ${qutebrowser}/bin/qutebrowser";
846847
};
847848
cfgBasicKeys = {

0 commit comments

Comments
 (0)