mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-08 01:38:34 -05:00
cleanup
This commit is contained in:
parent
3d60faba0e
commit
36c7313b01
4 changed files with 35 additions and 93 deletions
|
|
@ -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;};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue