This commit is contained in:
Miguel Palhas
2026-03-26 18:35:35 +00:00
parent 6f67e5f451
commit 02a7d44b57
4 changed files with 8 additions and 3 deletions
Generated
+3 -3
View File
@@ -767,11 +767,11 @@
"nvchad-starter": { "nvchad-starter": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1772536063, "lastModified": 1774541171,
"narHash": "sha256-LY+rHQkzM4HOihg+js0p9NxcnHQ2azvHLg+hezcJ1k0=", "narHash": "sha256-QVqkyxMIxzXYVqgGRA7dprwS8e9M5697+o/wRgL8U6M=",
"owner": "naps62", "owner": "naps62",
"repo": "nvchad-starter", "repo": "nvchad-starter",
"rev": "a6caf577a18453fb5d4f627655d582b2553a9920", "rev": "b03446da86565bab2676257892c5d07473e6a52f",
"type": "github" "type": "github"
}, },
"original": { "original": {
+3
View File
@@ -31,6 +31,9 @@
ffmpeg ffmpeg
unzip unzip
# remote desktop
remmina
# networking # networking
networkmanagerapplet networkmanagerapplet
mtr mtr
+1
View File
@@ -3,5 +3,6 @@
programs.nix-ld.enable = true; programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [ programs.nix-ld.libraries = with pkgs; [
stdenv.cc.cc.lib stdenv.cc.cc.lib
alsa-lib
]; ];
} }
+1
View File
@@ -20,6 +20,7 @@
../common/features/ledger.nix ../common/features/ledger.nix
../common/features/android-studio.nix ../common/features/android-studio.nix
../common/features/wine.nix ../common/features/wine.nix
../common/features/appimage.nix
../common/features/home ../common/features/home
]; ];