add wofi lazy (WIP!!)

This commit is contained in:
Noa Aarts 2024-04-04 14:40:35 +02:00
parent bf2ffcf802
commit c119b84c30
3 changed files with 43 additions and 13 deletions

View file

@ -35,9 +35,14 @@
inputs.nixpkgs.follows = "nixpkgs";
};
lazy = {
url = "github:bobvanderlinden/nixos-config";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixpkgs, nix-colors, automapaper, disko, home-manager, hyprland, ... }@inputs:
outputs = { self, nixpkgs, nix-colors, automapaper, disko, home-manager, hyprland, lazy, ... }@inputs:
{
nixosConfigurations = {
default = nixpkgs.lib.nixosSystem {