Compare commits

..

2 commits

Author SHA1 Message Date
5979fe8129 [skip ci] update modpack 2026-05-04 11:16:49 +07:00
0e1357d07b [skip ci] desktop theme fix 2026-05-04 11:16:32 +07:00
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@
./rice/logout.nix
./rice/notifs.nix
./rice/cursor.nix
./rice/theme.nix
./rice/menu.nix
./rice/idle.nix
./rice/bar.nix

View file

@ -2,7 +2,7 @@
ram-allocation = "10240M";
auth-server = "https://mc.satr14.my.id"; # TODO: self hosted drasl server
modpack = let
commit = "ffd94a9909407a5d1ca2c1a2c35b19b048815dbd";
commit = "664e8130a15ac597a1d7e889f599205ff6147c06";
in pkgs.fetchPackwizModpack {
packHash = "sha256-ipG+TlkQDKODpybJ+Obwpvq8DALc6YaGCBGsn7ayLi0=";
url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/${commit}/pack.toml";