'change wallpaper' option in toolbelt now returns to the original fzf window if escape is pressed

This commit is contained in:
pagedmov
2024-10-26 16:11:00 -04:00
parent b66fbc4944
commit c19620f77c
5 changed files with 9 additions and 22 deletions

View File

@@ -91,12 +91,14 @@
viconf = import ./commands/viconf.nix {
pkgs = pkgs;
};
chscheme = import ./nix/chscheme.nix {
chscheme = import ./wm-controls/chscheme.nix {
pkgs = pkgs;
};
chpaper = import ./wm-controls/chpaper.nix { pkgs = pkgs; };
in {
home.packages = [
compress
chpaper
chscheme
keyring
crs