Rewrite flake file

This commit is contained in:
Isshi0417 2024-07-20 01:23:27 +09:00
parent 70d1d64607
commit 23c7017aa3
2 changed files with 10 additions and 5 deletions

View File

@ -19,7 +19,7 @@
nixvim.url = "github:/nix-community/nixvim";
};
outputs = { self, nixpkgs, ... }@inputs:
outputs = { self, nixpkgs, home-manager, nixvim, ... }@inputs:
let
system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system};
@ -32,12 +32,17 @@
./hosts/default/configuration.nix
# Home-manager
inputs.home-manager.nixosModules.default
inputs.home-manager.nixosModules.home-manager
#Aagl
# Gayshit
inputs.aagl.nixosModules.default
];
};
inputs.nixvim.nixosModules.nixvim
homeConfigurations.shoi = home-manager.lib.homeManagerConfiguration {
inherit nixvim;
extraSpecialArgs = { inherit inputs; };
modules = [
];
};
};

View File

@ -13,4 +13,4 @@
programs.honkers-railway-launcher.enable = true;
programs.honkers-launcher.enable = true;
programs.wavey-launcher.enable = true;
}
}