Initial commit for phosphorous branch
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
hyprpaper
|
||||
hyprpicker
|
||||
inetutils
|
||||
rcon-cli
|
||||
kitty
|
||||
lolcat
|
||||
lsof
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ pkgs, self, lib, config, ... }:
|
||||
|
||||
let
|
||||
scheme = "chalk";
|
||||
scheme = "ayu-dark";
|
||||
wallpaper = "${self}/assets/wallpapers/dark-waves.jpg";
|
||||
in {
|
||||
options = {
|
||||
|
||||
Reference in New Issue
Block a user