Initial commit for phosphorous branch

This commit is contained in:
2025-07-29 12:17:29 -04:00
parent caeb108974
commit 82d34571c8
23 changed files with 720 additions and 501 deletions

View File

@@ -11,6 +11,7 @@
"192.168.1.200" = [ "xenon" ];
"192.168.1.201" = [ "oganesson" ];
"192.168.1.202" = [ "mercury" ];
"192.168.1.134" = [ "hosting.localhost" ];
};
firewall = {
enable = true;

View File

@@ -9,6 +9,9 @@ let
"-DDOWNLOAD_TITLE_SEQUENCES=ON"
];
});
cust-prismlauncher = pkgs.prismlauncher.override (oldAttrs: {
jdks = [ pkgs.temurin-bin-21 ];
});
in {
options = {
movOpts.softwareCfg.gamingPkgs.enable =
@@ -19,8 +22,7 @@ in {
#snes9x-gtk
#cust-openrct2
mgba
dwarf-fortress-packages.dwarf-fortress-full
prismlauncher
cust-prismlauncher
];
};
}

View File

@@ -20,6 +20,7 @@
hyprpaper
hyprpicker
inetutils
rcon-cli
kitty
lolcat
lsof

View File

@@ -1,7 +1,7 @@
{ pkgs, self, lib, config, ... }:
let
scheme = "chalk";
scheme = "ayu-dark";
wallpaper = "${self}/assets/wallpapers/dark-waves.jpg";
in {
options = {