user: remove my tools
This commit is contained in:
parent
d09d2f9508
commit
959a6a6993
3 changed files with 1 additions and 5 deletions
|
@ -36,10 +36,8 @@ in
|
|||
bat # a cat clone with syntax highlighting and git integration
|
||||
ripgrep # a fuzzy finder
|
||||
vnetod # a tool to change env sections
|
||||
wd2 # my wrapper for d2
|
||||
gnumake
|
||||
libnotify # tool to send notifications via cli
|
||||
fawltydeps # Python dependency checker
|
||||
|
||||
deno
|
||||
nickel
|
||||
|
|
|
@ -3,8 +3,6 @@
|
|||
{
|
||||
nixpkgs.overlays = lib.mkAfter [
|
||||
inputs.myneovim.overlays.default
|
||||
inputs.mytools.overlays.all
|
||||
inputs.wd2.overlays.default
|
||||
inputs.nil.overlays.default
|
||||
inputs.vnetod.overlays.default
|
||||
inputs.wired.overlays.default
|
||||
|
|
|
@ -29,7 +29,7 @@ in
|
|||
(pkg: elem (lib.getName pkg) cfg.allowUnfreePackages);
|
||||
|
||||
nixpkgs.overlays = lib.mkBefore [
|
||||
inputs.self.overlays.default
|
||||
# inputs.self.overlays.default
|
||||
(final: prev: {
|
||||
unstable = import inputs.nixpkgs-unstable {
|
||||
inherit (config.nixpkgs) config overlays system;
|
||||
|
|
Loading…
Reference in a new issue