Added packages for development
This commit is contained in:
parent
d51f8a1cb4
commit
8ffe6f80bd
2 changed files with 9 additions and 0 deletions
|
@ -59,9 +59,11 @@
|
|||
homeConfigurations = let
|
||||
armPkgs = import nixpkgs {
|
||||
system = ARM;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
x86Pkgs = import nixpkgs {
|
||||
system = X86;
|
||||
config.allowUnfree = true;
|
||||
# overlays = [ (import ./nixos/overlays) ];
|
||||
};
|
||||
in {
|
||||
|
|
|
@ -43,14 +43,21 @@ in {
|
|||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
micro
|
||||
nodejs_22
|
||||
openbox
|
||||
openssh
|
||||
pnpm
|
||||
prettierd
|
||||
ranger
|
||||
sshfs
|
||||
wget
|
||||
x2goserver
|
||||
];
|
||||
|
||||
programs.java = {
|
||||
enable = true;
|
||||
package = pkgs.jdk; };
|
||||
|
||||
environment.variables = {
|
||||
HOSTNAME = hostname;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue