update: misc

This commit is contained in:
lily 2025-03-29 21:56:46 -04:00
parent a4924cfb7a
commit f645b12a6e
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
14 changed files with 75 additions and 513 deletions

View file

@ -15,6 +15,8 @@
nixvim.url = "github:nix-community/nixvim";
nixvim.inputs.nixpkgs.follows = "nixpkgs";
nix-gaming.url = "github:fufexan/nix-gaming";
zen-browser.url = "github:0xc000022070/zen-browser-flake";
zen-browser.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = {
@ -45,9 +47,6 @@
# Other options beside 'alejandra' include 'nixpkgs-fmt'
formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra);
# Your custom packages and modifications, exported as overlays
overlays = import ./overlays {inherit inputs;};
nixosModules = builtins.listToAttrs (
(map (x: {
name = x;