diff --git a/flake.lock b/flake.lock index 235d870..571d1c1 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/home/common/programs/desktop/default.nix b/home/common/programs/desktop/default.nix index 24cfdfd..6297598 100644 --- a/home/common/programs/desktop/default.nix +++ b/home/common/programs/desktop/default.nix @@ -31,6 +31,9 @@ ffmpeg unzip + # remote desktop + remmina + # networking networkmanagerapplet mtr diff --git a/hosts/common/features/nix-ld.nix b/hosts/common/features/nix-ld.nix index 817c154..9c4343f 100644 --- a/hosts/common/features/nix-ld.nix +++ b/hosts/common/features/nix-ld.nix @@ -3,5 +3,6 @@ programs.nix-ld.enable = true; programs.nix-ld.libraries = with pkgs; [ stdenv.cc.cc.lib + alsa-lib ]; } diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index a679039..5ce1833 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -20,6 +20,7 @@ ../common/features/ledger.nix ../common/features/android-studio.nix ../common/features/wine.nix + ../common/features/appimage.nix ../common/features/home ];