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": {
"flake": false,
"locked": {
"lastModified": 1772536063,
"narHash": "sha256-LY+rHQkzM4HOihg+js0p9NxcnHQ2azvHLg+hezcJ1k0=",
"lastModified": 1774541171,
"narHash": "sha256-QVqkyxMIxzXYVqgGRA7dprwS8e9M5697+o/wRgL8U6M=",
"owner": "naps62",
"repo": "nvchad-starter",
"rev": "a6caf577a18453fb5d4f627655d582b2553a9920",
"rev": "b03446da86565bab2676257892c5d07473e6a52f",
"type": "github"
},
"original": {
+3
View File
@@ -31,6 +31,9 @@
ffmpeg
unzip
# remote desktop
remmina
# networking
networkmanagerapplet
mtr
+1
View File
@@ -3,5 +3,6 @@
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [
stdenv.cc.cc.lib
alsa-lib
];
}
+1
View File
@@ -20,6 +20,7 @@
../common/features/ledger.nix
../common/features/android-studio.nix
../common/features/wine.nix
../common/features/appimage.nix
../common/features/home
];