We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a584af9 commit 07530a0Copy full SHA for 07530a0
nix/configuration.nix
@@ -5,6 +5,7 @@
5
...
6
}: let
7
vi = import ./../pub/vi/nix/default.nix {};
8
+ unst = import ./nixpkgs-unstable.nix;
9
# xkb = pkgs.writeText "xkb-layout" (builtins.readFile ./../cfg/.Xmodmap);
10
# yewtube = import ./yewtube.nix;
11
qmk-setup = import ./qmk-setup.nix;
@@ -591,7 +592,7 @@ in {
591
592
s-tui
593
qutebrowser
594
xorg.xev
- yewtube
595
+ unst.yewtube
596
niv
597
zip
598
unzip
@@ -841,7 +842,7 @@ in {
841
842
};
843
cfgProgrKeys = {
844
"${mod}+Return" = "exec ${alacritty}/bin/alacritty";
- "${mod}+y" = "exec ${alacritty}/bin/alacritty -e ${yewtube}/bin/yt";
845
+ "${mod}+y" = "exec ${alacritty}/bin/alacritty -e ${unst.yewtube}/bin/yt";
846
"${mod}+b" = "exec ${qutebrowser}/bin/qutebrowser";
847
848
cfgBasicKeys = {
0 commit comments