diff --git a/.forgejo/workflows/cron/manual-deploy-rs.yml b/.forgejo/workflows/cron/manual-deploy-rs.yml index d76de229..c397002b 100644 --- a/.forgejo/workflows/cron/manual-deploy-rs.yml +++ b/.forgejo/workflows/cron/manual-deploy-rs.yml @@ -14,19 +14,6 @@ jobs: image: ubuntu:24.04 options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged steps: - - name: "Runner: Info" - run: | - set -x - pwd - ls -lah - id - uname -a - hostname - cat /etc/os-release - whoami - id - cat /etc/resolv.conf - - name: "Setup: Runner" run: | set -x diff --git a/.forgejo/workflows/cron/update-flake-lock.yml b/.forgejo/workflows/cron/update-flake-lock.yml index f6f5eb3c..bc65221a 100644 --- a/.forgejo/workflows/cron/update-flake-lock.yml +++ b/.forgejo/workflows/cron/update-flake-lock.yml @@ -13,19 +13,6 @@ jobs: image: ubuntu:24.04 options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged steps: - - name: "Runner: Info" - run: | - set -x - pwd - ls -lah - id - uname -a - hostname - cat /etc/os-release - whoami - id - cat /etc/resolv.conf - - name: "Setup: Runner" run: | apt update -y diff --git a/.forgejo/workflows/cron/update-steamdeck.yml b/.forgejo/workflows/cron/update-steamdeck.yml index 9458102a..f24b98c4 100644 --- a/.forgejo/workflows/cron/update-steamdeck.yml +++ b/.forgejo/workflows/cron/update-steamdeck.yml @@ -14,19 +14,6 @@ jobs: image: ubuntu:23.10 options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged steps: - - name: "Runner: Info" - run: | - set -x - pwd - ls -lah - id - uname -a - hostname - cat /etc/os-release - whoami - id - cat /etc/resolv.conf - - name: "Setup: Runner" run: | apt update -y diff --git a/.forgejo/workflows/dispatch/manual-deploy-rs.yml b/.forgejo/workflows/dispatch/manual-deploy-rs.yml index 257aec17..c13da8e0 100644 --- a/.forgejo/workflows/dispatch/manual-deploy-rs.yml +++ b/.forgejo/workflows/dispatch/manual-deploy-rs.yml @@ -13,19 +13,6 @@ jobs: image: ubuntu:24.04 options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged steps: - - name: "Runner: Info" - run: | - set -x - pwd - ls -lah - id - uname -a - hostname - cat /etc/os-release - whoami - id - cat /etc/resolv.conf - - name: "Setup: Runner" run: | set -x diff --git a/.forgejo/workflows/dispatch/update-flake-lock.yml b/.forgejo/workflows/dispatch/update-flake-lock.yml index aa3fcc98..3e961b41 100644 --- a/.forgejo/workflows/dispatch/update-flake-lock.yml +++ b/.forgejo/workflows/dispatch/update-flake-lock.yml @@ -12,19 +12,6 @@ jobs: image: ubuntu:24.04 options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged steps: - - name: "Runner: Info" - run: | - set -x - pwd - ls -lah - id - uname -a - hostname - cat /etc/os-release - whoami - id - cat /etc/resolv.conf - - name: "Setup: Runner" run: | apt update -y diff --git a/.forgejo/workflows/dispatch/update-steamdeck.yml b/.forgejo/workflows/dispatch/update-steamdeck.yml index ae2bdd44..3a25fe40 100644 --- a/.forgejo/workflows/dispatch/update-steamdeck.yml +++ b/.forgejo/workflows/dispatch/update-steamdeck.yml @@ -13,19 +13,6 @@ jobs: image: ubuntu:23.10 options: --mount type=bind,src=/dev/net/tun,dst=/dev/net/tun --privileged steps: - - name: "Runner: Info" - run: | - set -x - pwd - ls -lah - id - uname -a - hostname - cat /etc/os-release - whoami - id - cat /etc/resolv.conf - - name: "Setup: Runner" run: | apt update -y diff --git a/home-manager/common/desktops/plasma6/plasma-manager.nix b/home-manager/common/desktops/plasma6/plasma-manager.nix index 0c9112ff..59f6d2d6 100644 --- a/home-manager/common/desktops/plasma6/plasma-manager.nix +++ b/home-manager/common/desktops/plasma6/plasma-manager.nix @@ -85,7 +85,7 @@ "applications:org.kde.konsole.desktop" "applications:steam.desktop" "applications:logseq.desktop" - "applications:lutris.desktop" + "applications:net.lutris.battlenet-1" ]; }; }