non important commit

This commit is contained in:
benstrb 2026-02-22 20:41:56 +01:00
parent b5d3d1ec0b
commit f59cdb0e6b
3 changed files with 57 additions and 28 deletions

View file

@ -10,6 +10,10 @@
url = "github:sodiboo/niri-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser = {
url = "github:0xc000022070/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
@ -20,7 +24,6 @@
};
};
outputs = inputs @ {
self,
nixpkgs,
home-manager,
...