[PR #233] [MERGED] flake.lock: Update #234

Closed
opened 2025-12-28 23:19:53 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ryan4yin/nix-config/pull/233
Author: @ryan4yin
Created: 11/11/2025
Status: Merged
Merged: 11/11/2025
Merged by: @ryan4yin

Base: mainHead: update-flake-lock


📝 Commits (7)

  • fdf66fb flake.lock: Update
  • d003590 fix: adb and fastboot's udev rules are now integrated within systemd
  • cd4389a fix: programs.git - renamed options
  • 60d1909 fix: package rename
  • a23073b fix: comment out joplin-desktop - Electron version 36.9.5 is EOL
  • 744fbf9 fix: rust-overlay - aagl & lanzaboote
  • 1385a34 fix: nu_scripts

📊 Changes

10 files changed (+190 additions, -193 deletions)

View changed files

📝 flake.lock (+130 -133)
📝 flake.nix (+3 -3)
📝 hardening/nixpaks/firefox.nix (+2 -2)
📝 home/base/core/git.nix (+51 -49)
📝 home/linux/gui/base/fcitx5/default.nix (+1 -1)
📝 home/linux/gui/base/media.nix (+1 -1)
📝 home/linux/gui/base/note-taking.nix (+1 -1)
📝 home/linux/gui/base/wayland-apps.nix (+0 -1)
📝 modules/base/packages.nix (+1 -1)
📝 modules/nixos/desktop/peripherals.nix (+0 -1)

📄 Description

Note

Updates flake inputs and refines configs: switch Firefox nixpak to firefox, rework Git config via settings and external delta module, use Qt6 fcitx5 config tool, adjust media/tools and enable playerctld, plus minor package/udev cleanups.

  • Dependencies:
    • Update multiple inputs in flake.lock (e.g., nixpkgs, home-manager, nix-darwin, ghostty, niri, nix-gaming).
    • Bump lanzaboote to v0.4.3 in flake.nix; point nu_scripts to github:ryan4yin/nu_scripts.
  • Wayland/Nixpak:
    • hardening/nixpaks/firefox.nix: use firefox (was firefox-wayland).
    • home/linux/gui/base/wayland-apps.nix: keep nixpaks.firefox in home.packages.
  • Git:
    • home/base/core/git.nix: migrate to settings (set user.email/user.name, url rewrites, aliases); move pager config to programs.delta with Git integration.
  • Input Method:
    • home/linux/gui/base/fcitx5/default.nix: switch addon to qt6Packages.fcitx5-configtool.
  • Media:
    • home/linux/gui/base/media.nix: replace glxinfo with mesa-demos; enable services.playerctld; keep Zoom override.
  • Packages:
    • modules/base/packages.nix: use dust instead of du-dust.
  • Notes:
    • home/linux/gui/base/note-taking.nix: comment out joplin-desktop.
  • Peripherals:
    • modules/nixos/desktop/peripherals.nix: drop android-udev-rules from udev.packages.}

Written by Cursor Bugbot for commit 1385a34f1a. This will update automatically on new commits. Configure here.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ryan4yin/nix-config/pull/233 **Author:** [@ryan4yin](https://github.com/ryan4yin) **Created:** 11/11/2025 **Status:** ✅ Merged **Merged:** 11/11/2025 **Merged by:** [@ryan4yin](https://github.com/ryan4yin) **Base:** `main` ← **Head:** `update-flake-lock` --- ### 📝 Commits (7) - [`fdf66fb`](https://github.com/ryan4yin/nix-config/commit/fdf66fbae0b5983fadef8912ea2d0dbd304c9ad7) flake.lock: Update - [`d003590`](https://github.com/ryan4yin/nix-config/commit/d0035905e1fdf57edf32c6e96e76c9513b3003f0) fix: adb and fastboot's udev rules are now integrated within systemd - [`cd4389a`](https://github.com/ryan4yin/nix-config/commit/cd4389a40f75ace28eb77d248731547782e1edb0) fix: programs.git - renamed options - [`60d1909`](https://github.com/ryan4yin/nix-config/commit/60d19090557475baee6fb4aebf3c3073542333e8) fix: package rename - [`a23073b`](https://github.com/ryan4yin/nix-config/commit/a23073bfee39a211ff14b3b3d8f2337402b3217d) fix: comment out joplin-desktop - Electron version 36.9.5 is EOL - [`744fbf9`](https://github.com/ryan4yin/nix-config/commit/744fbf9ce5fa8f9593bab0ca763a9bf566ad8cb3) fix: rust-overlay - aagl & lanzaboote - [`1385a34`](https://github.com/ryan4yin/nix-config/commit/1385a34f1ab94199067fea63529f6d912b63dec2) fix: nu_scripts ### 📊 Changes **10 files changed** (+190 additions, -193 deletions) <details> <summary>View changed files</summary> 📝 `flake.lock` (+130 -133) 📝 `flake.nix` (+3 -3) 📝 `hardening/nixpaks/firefox.nix` (+2 -2) 📝 `home/base/core/git.nix` (+51 -49) 📝 `home/linux/gui/base/fcitx5/default.nix` (+1 -1) 📝 `home/linux/gui/base/media.nix` (+1 -1) 📝 `home/linux/gui/base/note-taking.nix` (+1 -1) 📝 `home/linux/gui/base/wayland-apps.nix` (+0 -1) 📝 `modules/base/packages.nix` (+1 -1) 📝 `modules/nixos/desktop/peripherals.nix` (+0 -1) </details> ### 📄 Description <!-- CURSOR_SUMMARY --> > [!NOTE] > Updates flake inputs and refines configs: switch Firefox nixpak to `firefox`, rework Git config via `settings` and external delta module, use Qt6 fcitx5 config tool, adjust media/tools and enable playerctld, plus minor package/udev cleanups. > > - **Dependencies**: > - Update multiple inputs in `flake.lock` (e.g., `nixpkgs`, `home-manager`, `nix-darwin`, `ghostty`, `niri`, `nix-gaming`). > - Bump `lanzaboote` to `v0.4.3` in `flake.nix`; point `nu_scripts` to `github:ryan4yin/nu_scripts`. > - **Wayland/Nixpak**: > - `hardening/nixpaks/firefox.nix`: use `firefox` (was `firefox-wayland`). > - `home/linux/gui/base/wayland-apps.nix`: keep `nixpaks.firefox` in `home.packages`. > - **Git**: > - `home/base/core/git.nix`: migrate to `settings` (set `user.email`/`user.name`, url rewrites, aliases); move pager config to `programs.delta` with Git integration. > - **Input Method**: > - `home/linux/gui/base/fcitx5/default.nix`: switch addon to `qt6Packages.fcitx5-configtool`. > - **Media**: > - `home/linux/gui/base/media.nix`: replace `glxinfo` with `mesa-demos`; enable `services.playerctld`; keep Zoom override. > - **Packages**: > - `modules/base/packages.nix`: use `dust` instead of `du-dust`. > - **Notes**: > - `home/linux/gui/base/note-taking.nix`: comment out `joplin-desktop`. > - **Peripherals**: > - `modules/nixos/desktop/peripherals.nix`: drop `android-udev-rules` from `udev.packages`.} > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 1385a34f1ab94199067fea63529f6d912b63dec2. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-28 23:19:53 +01:00
adam closed this issue 2025-12-28 23:19:54 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/nix-config#234