This commit is contained in:
mjallen18
2026-03-18 20:51:39 -05:00
parent 46b249560f
commit f4fd826c90
7 changed files with 17 additions and 63 deletions

View File

@@ -52,13 +52,15 @@ in
mission-center
parted
vesktop
] ++ (
if !isArm then
]
++ (
if !isArm then
[
# goverlay
# winboat
]
else [ ]
else
[ ]
)
else
[ ]
@@ -71,7 +73,7 @@ in
nix-index-database.comma = enabled;
btop = {
enable = lib.mkDefault true;
package = pkgs.unstable.btop;
package = pkgs.btop;
};
fastfetch = lib.mkDefault enabled;
home-manager = lib.mkDefault enabled;

View File

@@ -38,17 +38,15 @@ in
remotePlay.openFirewall = true;
# Open ports in the firewall for Source Dedicated Server
dedicatedServer.openFirewall = true;
extraCompatPackages =
with pkgs.unstable;
[
proton-ge-bin
]
++ (with pkgs.${namespace}; [
proton-cachyos
proton-cachyos-v3
proton-cachyos-v2
proton-cachyos-v1
]);
extraCompatPackages = [
pkgs.proton-ge-bin
]
++ (with pkgs.${namespace}; [
proton-cachyos
proton-cachyos-v3
proton-cachyos-v2
proton-cachyos-v1
]);
gamescopeSession = lib.mkDefault {
enable = true;
args = [

View File

@@ -72,7 +72,7 @@ let
open-webui = {
enable = true;
package = pkgs.unstable.open-webui;
package = pkgs.open-webui;
host = "0.0.0.0";
port = 8888;
openFirewall = cfg.openFirewall;

View File

@@ -70,7 +70,7 @@ let
user = "nix-apps";
group = "jallen-nas";
dataDir = "${cfg.configDir}/sonarr";
package = pkgs.unstable.sonarr;
package = pkgs.sonarr;
};
# Enable Sabnzbd service