Non stop entertainment! The wackiest NixOS configuration to-date. thevoid.cafe/projects/puzzlevision
nixos flake flake-parts dotfiles home-manager nix

๐Ÿ“๐Ÿ”ฅ Clean up README header and remove old GitHub files

thevoid.cafe b0ce2897 350526a4

verified
+2 -133
-2
.github/CODEOWNERS
··· 1 - # Me, myself and I! 2 - * @jokiller230
-17
.github/actions/install-lix/action.yml
··· 1 - # Derived from: https://github.com/isabelroses/dotfiles/blob/d3149ba27ec531b53de9e13c815ea1741c835299/.github/actions/install-lix/action.yml :3 2 - name: Install Lix 3 - description: "Install Lix for the specified system" 4 - 5 - runs: 6 - using: composite 7 - 8 - steps: 9 - - uses: DeterminateSystems/nix-installer-action@v20 10 - with: 11 - source-url: 'https://install.lix.systems/lix/lix-installer-${{ fromJSON(''{"X64":"x86_64","X86":"i686","ARM64":"aarch64","ARM":"armv7l"}'')[runner.arch] }}-${{ fromJSON(''{"Linux":"linux","macOS":"darwin","Windows":"windows"}'')[runner.os] }}' 12 - logger: pretty 13 - diagnostic-endpoint: "" 14 - extra-conf: | 15 - experimental-features = flakes nix-command 16 - substituters = https://nix-community.cachix.org https://catppuccin.cachix.org https://cache.nixos.org/ https://cache.tgirl.cloud/tgirlcloud 17 - trusted-public-keys = nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= catppuccin.cachix.org-1:noG/4HkbhJb+lUAdKrph6LaozJvAeEEZj4N732IysmU= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= tgirlcloud:vcV9oxS9pLXyeu1dVnBabLalLlw0yJzu6PakQM372t0=
.github/assets/anything-but-windows.gif

This is a binary file and will not be displayed.

.github/assets/i-love-reproducing-nix-btw.gif

This is a binary file and will not be displayed.

.github/assets/powered-by-nixos.gif

This is a binary file and will not be displayed.

.github/assets/puzzlevision.png .tangled/assets/puzzlevision.png
-39
.github/workflows/check-leaks.yml
··· 1 - name: "Trufflehog: check for exposed secrets" 2 - 3 - on: 4 - workflow_dispatch: 5 - pull_request: 6 - push: 7 - paths: 8 - - "**.nix" 9 - - ".github/workflows/check-leaks.yml" 10 - - "**.yaml" 11 - - "**.md" 12 - 13 - permissions: 14 - contents: read 15 - id-token: write 16 - issues: write 17 - pull-requests: write 18 - 19 - jobs: 20 - deadnix: 21 - name: Run trufflehog 22 - runs-on: ubuntu-latest 23 - steps: 24 - - uses: actions/checkout@main 25 - with: 26 - fetch-depth: 0 27 - 28 - - id: trufflehog 29 - name: TruffleHog scan 30 - uses: trufflesecurity/trufflehog@main 31 - continue-on-error: true 32 - with: 33 - path: ./ 34 - base: "${{ github.event.repository.default_branch }}" 35 - extra_args: --debug --only-verified 36 - 37 - - name: Scan Results Status 38 - if: steps.trufflehog.outcome == 'failure' 39 - run: exit 1
-21
.github/workflows/deadnix.yml
··· 1 - name: "Nix: check for unused code" 2 - 3 - on: 4 - workflow_dispatch: 5 - pull_request: 6 - push: 7 - paths: 8 - - "**.nix" 9 - - ".github/workflows/deadnix.yml" 10 - 11 - jobs: 12 - deadnix: 13 - name: Run deadnix 14 - runs-on: ubuntu-latest 15 - steps: 16 - - uses: actions/checkout@main 17 - 18 - - name: Install Lix 19 - uses: ./.github/actions/install-lix 20 - 21 - - uses: phucleeuwu/deadnix-action@v1
-22
.github/workflows/validate-lock.yml
··· 1 - name: "Nix: validate flake.lock" 2 - 3 - on: 4 - workflow_dispatch: 5 - push: 6 - paths: 7 - - "**.lock" 8 - 9 - jobs: 10 - check-flake: 11 - name: Check Lockfile 12 - runs-on: ubuntu-latest 13 - 14 - steps: 15 - - name: Checkout 16 - uses: actions/checkout@v4 17 - 18 - - name: Install Lix 19 - uses: ./.github/actions/install-lix 20 - 21 - - name: Check flake.lock 22 - run: nix run github:tgirlcloud/pkgs#locker
-24
.github/workflows/validate.yml
··· 1 - name: "Nix: validate flake" 2 - 3 - on: 4 - workflow_dispatch: 5 - push: 6 - paths: 7 - - "**.nix" 8 - - "**.lock" 9 - - ".github/workflows/validate.yml" 10 - 11 - jobs: 12 - check-flake: 13 - name: Validate x86_64-linux 14 - runs-on: ubuntu-latest 15 - 16 - steps: 17 - - name: Checkout 18 - uses: actions/checkout@v4 19 - 20 - - name: Install Lix 21 - uses: ./.github/actions/install-lix 22 - 23 - - name: Validate Flake 24 - run: nix flake check
+2 -8
README.md
··· 1 1 <br> 2 - <div align="center"><img src=".github/assets/puzzlevision.png" width="120px" height="auto"></div> 2 + <div align="center"><img src=".tangled/assets/puzzlevision.png" width="120px" height="auto"></div> 3 3 4 - <h1 align="center">โœจ Puzzlevision โœจ<br></h1> 4 + <h1 align="center">Puzzlevision<br></h1> 5 5 <div align="center">Non-stop entertainment! The wackiest NixOS configuration to-date.</div> 6 - <br> 7 - <div align="center"> 8 - <img src=".github/assets/powered-by-nixos.gif" width="88px" height="31px"> 9 - <img src=".github/assets/i-love-reproducing-nix-btw.gif" width="88px" height="31px"> 10 - <img src=".github/assets/anything-but-windows.gif" width="88px" height="31px"> 11 - </div> 12 6 <br> 13 7 14 8 ## ๐Ÿ’ก Why the need for a second version?