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
|
||||
./fzf.nix
|
||||
./git.nix
|
||||
./git-entr.nix
|
||||
./ime.nix
|
||||
./mako.nix
|
||||
./nixvim.nix
|
||||
|
@ -56,7 +55,6 @@
|
|||
alejandra
|
||||
clang
|
||||
du-dust
|
||||
entr
|
||||
fd
|
||||
fx
|
||||
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