disable btrbk; install pixelflasher from my flake

This commit is contained in:
cy 2025-03-06 11:29:53 -05:00
parent 6cc04504a4
commit 91165ea563
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
5 changed files with 38 additions and 24 deletions

View file

@ -78,6 +78,11 @@
url = "github:nix-community/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
pixelflasher = {
url = "github:cything/pixelflasher-flake";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
};
nvim-github-theme = {
url = "github:projekt0n/github-nvim-theme";