diff --git a/modules/base/default.nix b/modules/base/default.nix index f6c5127..0fa8695 100644 --- a/modules/base/default.nix +++ b/modules/base/default.nix @@ -32,8 +32,14 @@ imports = [ inputs.sops-nix.nixosModules.sops inputs.niri-flake.nixosModules.niri + inputs.catppuccin.nixosModules.catppuccin ]; + catppuccin = { + flavor = "mocha"; + accent = "lavender"; + }; + environment.systemPackages = with pkgs; [ sops age diff --git a/modules/hosts/loptland/default.nix b/modules/hosts/loptland/default.nix index a03b99a..27c10be 100644 --- a/modules/hosts/loptland/default.nix +++ b/modules/hosts/loptland/default.nix @@ -21,7 +21,6 @@ topLevel: { imports = with topLevel.config.flake.modules.nixos; [ (modulesPath + "/profiles/qemu-guest.nix") - inputs.catppuccin.nixosModules.catppuccin # System modules base diff --git a/modules/server/minecraft.nix b/modules/server/minecraft.nix index a6583fb..640f53b 100644 --- a/modules/server/minecraft.nix +++ b/modules/server/minecraft.nix @@ -10,6 +10,9 @@ whitelist = { # This is a mapping from Minecraft usernames to UUIDs. You can use https://mcuuid.net/ to get a Minecraft UUID for a username Daholli = "9e206940-3dfc-4331-b781-b43a9905087a"; + Max = "853bab49-4095-4439-9162-0418538d61d2"; + Tinooo = "a53cae9b-50d3-4531-89dd-bdc0e402b4db"; + Hoppel = "9ecbeb12-0dff-472b-87d6-1693ef8abb2e"; }; serverProperties = { server-port = 43000;