implement overlays

This commit is contained in:
TheWanderingCrow 2025-06-25 16:22:40 -04:00
parent 5a7a3dda30
commit 7d2bf2b8b1
6 changed files with 172 additions and 18 deletions

View file

@ -16,7 +16,7 @@
lib = nixpkgs.lib.extend (self: super: {custom = import ./lib {inherit (nixpkgs) lib;};});
in {
# Overlays
# overlays = import ./overlays {inherit inputs;};
overlays = import ./overlays {inherit inputs;};
# Host Configurations
nixosConfigurations = builtins.listToAttrs (
@ -113,6 +113,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
niri-flake.url = "github:sodiboo/niri-flake";
# CrOS inputs
nix-secrets.url = "git+ssh://git@github.com/TheWanderingCrow/nix-secrets";
nvix.url = "github:TheWanderingCrow/nvix";