fix: update package definitions to include inputs and remove obsolete entries

This commit is contained in:
emmatherock
2026-07-25 17:55:26 -03:00
parent e16d91456a
commit 8b024b04d8
2 changed files with 3 additions and 4 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, inputs, ... }:
{
home.packages = with pkgs; [
spotify
@@ -7,5 +7,6 @@
vlc
carla
qpwgraph
inputs.sidra.packages.${pkgs.stdenv.hostPlatform.system}.default
];
}
+1 -3
View File
@@ -1,4 +1,4 @@
{ pkgs, inputs, ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [
# --- Base y Terminal ---
@@ -6,7 +6,5 @@
fastfetch
(btop.override { cudaSupport = false; rocmSupport = true; })
nvtopPackages.full
gemini-cli
inputs.sidra.packages.${pkgs.stdenv.hostPlatform.system}.default
];
}