cleanup
Some checks failed
Renovate / renovate (push) Failing after 2m39s
build flakes / build (x86_64-linux, wash, linux) (push) Failing after 12m20s

This commit is contained in:
Tyler Mayoff 2025-12-07 21:11:18 -05:00 committed by Tyle Mayoff
parent 3d60faba0e
commit 36c7313b01
4 changed files with 35 additions and 93 deletions

View file

@ -25,11 +25,6 @@
# url = "github:helix-editor/helix/bfcbef10c513108c7b43317569416c2eefc4ed44";
# };
fw-fanctrl = {
url = "github:TamtamHero/fw-fanctrl/packaging/nix";
inputs.nixpkgs.follows = "nixpkgs";
};
niri = {
url = "github:sodiboo/niri-flake";
};
@ -74,23 +69,12 @@
} @ inputs: let
inherit (self) outputs;
systems = [
"x86_64-linux"
"aarch64-darwin"
];
forAllSystems = nixpkgs.lib.genAttrs systems;
allPkgs = forAllSystems (system: import nixpkgs {inherit system;});
nixosModules = ./modules/nixos;
homeModules = ./modules/home;
darwinModules = ./modules/darwin;
in {
overlays = import ./overlays {inherit inputs;};
# defaultPackage = forAllSystems (system: home-manager.defaultPackage.${system});
nixosConfigurations = {
kaylee = nixpkgs.lib.nixosSystem {
specialArgs = {inherit inputs outputs;};