update: misc
This commit is contained in:
parent
a4924cfb7a
commit
f645b12a6e
14 changed files with 75 additions and 513 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue