up
This commit is contained in:
@@ -20,7 +20,7 @@ with pkgs; [
|
||||
openssh
|
||||
postgresql_17
|
||||
prettier
|
||||
python313
|
||||
python312
|
||||
ripgrep
|
||||
sqlite
|
||||
tree
|
||||
|
||||
@@ -93,6 +93,7 @@ in {
|
||||
../base/home-manager
|
||||
];
|
||||
home = {
|
||||
packages = pkgs.callPackage ../base/packages.nix {} ++ pkgs.callPackage ./packages.nix {};
|
||||
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