up
This commit is contained in:
@@ -20,7 +20,7 @@ with pkgs; [
|
|||||||
openssh
|
openssh
|
||||||
postgresql_17
|
postgresql_17
|
||||||
prettier
|
prettier
|
||||||
python313
|
python312
|
||||||
ripgrep
|
ripgrep
|
||||||
sqlite
|
sqlite
|
||||||
tree
|
tree
|
||||||
|
|||||||
@@ -93,6 +93,7 @@ in {
|
|||||||
../base/home-manager
|
../base/home-manager
|
||||||
];
|
];
|
||||||
home = {
|
home = {
|
||||||
|
packages = pkgs.callPackage ../base/packages.nix {} ++ pkgs.callPackage ./packages.nix {};
|
||||||
stateVersion = "25.11";
|
stateVersion = "25.11";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
8
profiles/nixos/packages.nix
Normal file
8
profiles/nixos/packages.nix
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{pkgs}:
|
||||||
|
with pkgs; [
|
||||||
|
nix-ld
|
||||||
|
ncurses
|
||||||
|
automake
|
||||||
|
gnumake
|
||||||
|
gcc
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user