Merge branch 'master' of github.com:starr-dusT/dotfiles

This commit is contained in:
Tyler Starr 2024-10-20 23:00:52 -07:00
commit b89f92bb88
2 changed files with 6 additions and 1 deletions

View File

@ -8,8 +8,12 @@
steam.desktopSession = "gnome";
steam.enable = true;
steam.user = "${user}";
steam.autoStart = true;
devices.steamdeck.enable = true;
devices.steamdeck.autoUpdate = true;
};
services.xserver.displayManager.gdm.enable = lib.mkForce false;
environment.systemPackages = with pkgs; [
jupiter-dock-updater-bin # Binary package for updating firmware on Jupiter Dock, a hardware accessory for certain laptops.

View File

@ -54,7 +54,8 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchzip {
url = "https://github.com/emuplace/sudachi.emuplace.app/releases/download/v1.0.11/latest.zip";
hash = "sha256-aQ1cNFG6JCNrMz4N9uv6QRidjNwvyJqGunhwhJpvv4s=";
hash = "sha256-HNNND8g9JyvrMjQxHq4udUtskGkqaISpq0TnzE2rb/U=";
stripRoot = false;
};
nativeBuildInputs = [