This commit is contained in:
LunarAkai 2025-03-16 19:45:20 +01:00
commit 3bfebb286d
14 changed files with 235 additions and 34 deletions

View file

@ -11,6 +11,11 @@
nix-software-center.url = "github:snowfallorg/nix-software-center";
nixos-conf-editor.url = "github:snowfallorg/nixos-conf-editor";
nix-vscode-extensions = {
url = "github:nix-community/nix-vscode-extensions";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
@ -39,11 +44,12 @@
in {
inherit lib;
formatter = forEachSystem (pkgs: pkgs.alejandra);
homeManagerModules.default = ./modules/home-manager;
nixosModules.default = ./modules/nixos;
overlays = import ./overlays {inherit inputs outputs;};
formatter = forEachSystem (pkgs: pkgs.alejandra);
nixosConfigurations = {
# Yes, my computers are named after the Earthbound Immortals from Yu-Gi-Oh! 5D's :3