From 7cb46b37110b11fed1928db5118b355c64691c9d Mon Sep 17 00:00:00 2001 From: illustris Date: Sat, 21 Jun 2025 13:16:40 +0530 Subject: [PATCH] bump inputs --- configuration.nix | 7 +++++-- desktop-configuration.nix | 2 +- flake.lock | 24 ++++++++++++------------ hardware-configuration.nix | 13 ++++++++++--- 4 files changed, 28 insertions(+), 18 deletions(-) diff --git a/configuration.nix b/configuration.nix index acfeb28..6467f49 100644 --- a/configuration.nix +++ b/configuration.nix @@ -55,7 +55,7 @@ nnn openvpn p7zip pciutils powertop pv - python3 python3Packages.percol + python3 ranger screen sshfs surf sysstat tmate tmux tree @@ -203,7 +203,10 @@ xsetwacom list devices | grep -oP 'id:\s+\K[0-9]+' | xargs -I{} xsetwacom --set {} MapToOutput HEAD-1 '')}" ''; - packages = [ (pkgs.callPackage (import ./packages/xr-hardware/default.nix) {}) ]; + packages = [ + (pkgs.callPackage (import ./packages/xr-hardware/default.nix) {}) + pkgs.logitech-udev-rules + ]; path = with pkgs; [ xf86_input_wacom findutils ]; }; zfs.autoScrub.enable = true; diff --git a/desktop-configuration.nix b/desktop-configuration.nix index 3d7ac44..d76089c 100644 --- a/desktop-configuration.nix +++ b/desktop-configuration.nix @@ -25,6 +25,7 @@ remmina signal-desktop scrot + solaar st (sunshine.override { cudaSupport = true; @@ -32,7 +33,6 @@ }) # surf sxiv - tidal-hifi virt-manager vlc wireshark diff --git a/flake.lock b/flake.lock index a39a261..f29d7f9 100644 --- a/flake.lock +++ b/flake.lock @@ -8,11 +8,11 @@ }, "locked": { "dir": "pkgs/firefox-addons", - "lastModified": 1746245018, - "narHash": "sha256-TOACPgc9tglXxhGuzufXXYD/LveTLGbIuxXVQMzFbDM=", + "lastModified": 1750478603, + "narHash": "sha256-W+PwT19YbzRH8YawEeV3jBb5dp8CbfwWZ4uFQkGwZbA=", "owner": "rycee", "repo": "nur-expressions", - "rev": "d84fe90605d425ccfe40cb465c6192a0402bd537", + "rev": "26d54102450b4e23d56d4319ef0722f155b5b37c", "type": "gitlab" }, "original": { @@ -29,11 +29,11 @@ ] }, "locked": { - "lastModified": 1746243165, - "narHash": "sha256-DQycVmlyLQNLjLJ/FzpokVmbxGQ8HjQQ4zN4nyq2vII=", + "lastModified": 1750304462, + "narHash": "sha256-Mj5t4yX05/rXnRqJkpoLZTWqgStB88Mr/fegTRqyiWc=", "owner": "nix-community", "repo": "home-manager", - "rev": "c0962eeeabfb8127713f859ec8a5f0e86dead0f2", + "rev": "863842639722dd12ae9e37ca83bcb61a63b36f6c", "type": "github" }, "original": { @@ -55,11 +55,11 @@ ] }, "locked": { - "lastModified": 1745712708, - "narHash": "sha256-jZmtCSjuUXQ32LY7qwPdAktNj+J7xR8EWuerRuHi+AI=", + "lastModified": 1749946384, + "narHash": "sha256-rOCBJkueBjp7OlpjK04+m2amPMEFnNkMlPM0L40Pf2Y=", "owner": "illustris", "repo": "flake", - "rev": "322a1c9ff7a83a5f858289a8477fd87e63e1a813", + "rev": "fbb7239a19c0f8e386239255ff940adc34daecd7", "type": "github" }, "original": { @@ -90,11 +90,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1746141548, - "narHash": "sha256-IgBWhX7A2oJmZFIrpRuMnw5RAufVnfvOgHWgIdds+hc=", + "lastModified": 1750365781, + "narHash": "sha256-XE/lFNhz5lsriMm/yjXkvSZz5DfvKJLUjsS6pP8EC50=", "owner": "nixos", "repo": "nixpkgs", - "rev": "f02fddb8acef29a8b32f10a335d44828d7825b78", + "rev": "08f22084e6085d19bcfb4be30d1ca76ecb96fe54", "type": "github" }, "original": { diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 27ce503..3df0f5f 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -80,8 +80,15 @@ graphics.enable = true; }; - services.hardware.openrgb = { - enable = true; - motherboard = "amd"; + services = { + hardware.openrgb = { + enable = true; + motherboard = "amd"; + }; + openiscsi = { + enable = true; + discoverPortal = [ "192.168.128.25:3260" ]; + name = "iqn.2025-06.tech.illustris.castle.desktop:initiator"; + }; }; }