stuff?
This commit is contained in:
parent
6869c2acbd
commit
3bfebb286d
14 changed files with 235 additions and 34 deletions
10
flake.nix
10
flake.nix
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue