mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
implement overlays
This commit is contained in:
parent
5a7a3dda30
commit
7d2bf2b8b1
6 changed files with 172 additions and 18 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue