Add new packages, refactor orgb hw block

This commit is contained in:
2026-01-23 16:10:17 +01:00
parent e32e4c5ebc
commit db987f9752
3 changed files with 26 additions and 21 deletions

36
flake.lock generated
View File

@@ -83,11 +83,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1763384566, "lastModified": 1768908532,
"narHash": "sha256-r+wgI+WvNaSdxQmqaM58lVNvJYJ16zoq+tKN20cLst4=", "narHash": "sha256-HIdLXEFaUVE8FiaCPJbCfBMsnF+mVtDub8Jwj2BD+mk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "naersk", "repo": "naersk",
"rev": "d4155d6ebb70fbe2314959842f744aa7cabbbf6a", "rev": "8d97452673640eb7fabe428e8b6a425bc355008b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -98,11 +98,11 @@
}, },
"nix-flatpak": { "nix-flatpak": {
"locked": { "locked": {
"lastModified": 1768119771, "lastModified": 1768656715,
"narHash": "sha256-kbbmAfCXcgjdShTDDEn/pCoC5rKQMTd1BksXANn8D2A=", "narHash": "sha256-Sbh037scxKFm7xL0ahgSCw+X2/5ZKeOwI2clqrYr9j4=",
"owner": "gmodena", "owner": "gmodena",
"repo": "nix-flatpak", "repo": "nix-flatpak",
"rev": "2e49028cb29c76c8553c6099b19f11879db2cbd1", "rev": "123fe29340a5b8671367055b75a6e7c320d6f89a",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -113,11 +113,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1768127708, "lastModified": 1769018530,
"narHash": "sha256-1Sm77VfZh3mU0F5OqKABNLWxOuDeHIlcFjsXeeiPazs=", "narHash": "sha256-MJ27Cy2NtBEV5tsK+YraYr2g851f3Fl1LpNHDzDX15c=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ffbc9f8cbaacfb331b6017d5a5abb21a492c9a38", "rev": "88d3861acdd3d2f0e361767018218e51810df8a1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -129,11 +129,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1768293512, "lastModified": 1769170000,
"narHash": "sha256-bCZymHz8mBoW4u+ThvTZwHiOEPh0Wm3+zqog7KwR0CI=", "narHash": "sha256-6oPLzApeqyasaTOXVFVlAG1egake5j7SUAbHNn3xOhk=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ccfbb9cd5859cc51c9d720b47b08e48d1aff633f", "rev": "ff1238ae9265ebacb8e1341e658d839bdf5fac8b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -145,11 +145,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1768127708, "lastModified": 1769018530,
"narHash": "sha256-1Sm77VfZh3mU0F5OqKABNLWxOuDeHIlcFjsXeeiPazs=", "narHash": "sha256-MJ27Cy2NtBEV5tsK+YraYr2g851f3Fl1LpNHDzDX15c=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ffbc9f8cbaacfb331b6017d5a5abb21a492c9a38", "rev": "88d3861acdd3d2f0e361767018218e51810df8a1",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -203,11 +203,11 @@
"solaar-src": { "solaar-src": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1767930059, "lastModified": 1768764116,
"narHash": "sha256-KYxG0VdRpfqkcRLmur3HTg8iYycv9oZYz3JWTpxutFI=", "narHash": "sha256-31LCC/HhzC25k1vXpbS7MEu7vf57FD2UwA5NZUrIJmI=",
"owner": "pwr-Solaar", "owner": "pwr-Solaar",
"repo": "Solaar", "repo": "Solaar",
"rev": "d82233b69ce457ae93079cb029c06a5ef3165585", "rev": "a79bb24da54fc22b3dcf13c4cdb81d3e8853abc4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -43,6 +43,7 @@
abootimg abootimg
amdgpu_top amdgpu_top
android-tools android-tools
anki
appstream appstream
arch-install-scripts arch-install-scripts
aspell aspell
@@ -125,6 +126,7 @@
ntfs3g ntfs3g
nufraw-thumbnailer nufraw-thumbnailer
nvtopPackages.amd nvtopPackages.amd
obsidian
openrgb-with-all-plugins openrgb-with-all-plugins
papirus-icon-theme papirus-icon-theme
pbzip2 pbzip2

View File

@@ -42,8 +42,11 @@
#media-session.enable = true; #media-session.enable = true;
}; };
hardware.openrgb.motherboard = "amd"; hardware.openrgb = {
hardware.openrgb.enable = true; enable = true;
motherboard = "amd";
package = pkgs.openrgb-with-all-plugins;
};
printing = { printing = {
enable = true; enable = true;