Add lazy-apps

This commit is contained in:
JuliusFreudenberger 2025-06-08 01:06:42 +02:00
parent a28d26ed03
commit f43c558448
4 changed files with 132 additions and 12 deletions

View file

@ -13,6 +13,10 @@
url = "github:AdnanHodzic/auto-cpufreq";
inputs.nixpkgs.follows = "nixpkgs";
};
lazy-apps = {
url = "sourcehut:~rycee/lazy-apps";
inputs.nixpkgs.follows = "nixpkgs";
};
systems.url = "github:nix-systems/default-linux";
};