fix: update package definitions to include inputs and remove obsolete entries
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, inputs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
spotify
|
spotify
|
||||||
@@ -7,5 +7,6 @@
|
|||||||
vlc
|
vlc
|
||||||
carla
|
carla
|
||||||
qpwgraph
|
qpwgraph
|
||||||
|
inputs.sidra.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ pkgs, inputs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# --- Base y Terminal ---
|
# --- Base y Terminal ---
|
||||||
@@ -6,7 +6,5 @@
|
|||||||
fastfetch
|
fastfetch
|
||||||
(btop.override { cudaSupport = false; rocmSupport = true; })
|
(btop.override { cudaSupport = false; rocmSupport = true; })
|
||||||
nvtopPackages.full
|
nvtopPackages.full
|
||||||
gemini-cli
|
|
||||||
inputs.sidra.packages.${pkgs.stdenv.hostPlatform.system}.default
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user