move volumesh to correct folder
This commit is contained in:
parent
611a41562e
commit
07c0a367e7
|
@ -88,8 +88,6 @@
|
||||||
});
|
});
|
||||||
nerdfonts_fira_hack =
|
nerdfonts_fira_hack =
|
||||||
(pkgs.nerdfonts.override { fonts = [ "FiraCode" "Hack" ]; });
|
(pkgs.nerdfonts.override { fonts = [ "FiraCode" "Hack" ]; });
|
||||||
volumesh = pkgs.writeShellScriptBin "volumesh"
|
|
||||||
(builtins.readFile ./user/scripts/volumesh);
|
|
||||||
})
|
})
|
||||||
(import ./scripts { inherit config pkgs lib; })
|
(import ./scripts { inherit config pkgs lib; })
|
||||||
];
|
];
|
||||||
|
|
|
@ -28,6 +28,7 @@
|
||||||
wpass = [ bmenu fd pass sd wl-clipboard wtype ];
|
wpass = [ bmenu fd pass sd wl-clipboard wtype ];
|
||||||
screenshotsh =
|
screenshotsh =
|
||||||
[ capitaine-cursors grim jq sway wl-clipboard xdg-user-dirs ];
|
[ capitaine-cursors grim jq sway wl-clipboard xdg-user-dirs ];
|
||||||
|
volumesh = [ pulseaudio libnotify ];
|
||||||
} // lib.mapAttrs import_script {
|
} // lib.mapAttrs import_script {
|
||||||
wdmenu = ./wdmenu.nix;
|
wdmenu = ./wdmenu.nix;
|
||||||
wlauncher = ./wlauncher.nix;
|
wlauncher = ./wlauncher.nix;
|
||||||
|
|
Loading…
Reference in a new issue