sha issues abound
This commit is contained in:
parent
ae515edf8b
commit
9a48c3c7f7
5 changed files with 118 additions and 24 deletions
|
|
@ -20,9 +20,10 @@
|
|||
url = "github:danth/stylix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nix-minecraft.url = "github:Infinidoge/nix-minecraft";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, nixpkgs-unstable, nur, nur-unstable, home-manager, stylix, ... }:
|
||||
outputs = { self, nixpkgs, nixpkgs-unstable, nur, nur-unstable, home-manager, stylix, nix-minecraft, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs {
|
||||
|
|
@ -108,6 +109,7 @@
|
|||
modules = sharedModules ++ [
|
||||
./hosts/common/server.nix
|
||||
./hosts/tesla-nixos/configuration.nix
|
||||
nix-minecraft.nixosModules.minecraft-servers
|
||||
home-manager.nixosModules.home-manager
|
||||
({ config, ...}: {
|
||||
home-manager.users.alisceon.imports = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue