Compare commits
No commits in common. "d484e94c44c5e9132b646424d06638118498d7cd" and "0afdeb261e2e3e81fd2d066bda8e6d8bc637bb19" have entirely different histories.
d484e94c44
...
0afdeb261e
2 changed files with 0 additions and 17 deletions
|
@ -10,7 +10,6 @@
|
||||||
./foot.nix
|
./foot.nix
|
||||||
./fzf.nix
|
./fzf.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
./git-entr.nix
|
|
||||||
./ime.nix
|
./ime.nix
|
||||||
./mako.nix
|
./mako.nix
|
||||||
./nixvim.nix
|
./nixvim.nix
|
||||||
|
@ -56,7 +55,6 @@
|
||||||
alejandra
|
alejandra
|
||||||
clang
|
clang
|
||||||
du-dust
|
du-dust
|
||||||
entr
|
|
||||||
fd
|
fd
|
||||||
fx
|
fx
|
||||||
gdb
|
gdb
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
{pkgs, ...}: {
|
|
||||||
home-manager.users.buffet = {
|
|
||||||
home.packages = [
|
|
||||||
(pkgs.writeScriptBin "git-entr" ''
|
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
echo "looping entr. press ctrl-c twice to exit"
|
|
||||||
|
|
||||||
while sleep 1; do
|
|
||||||
git ls-files -cdmo --exclude-standard | entr -d "$@"
|
|
||||||
done
|
|
||||||
'')
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue