Moved nh to utils + added utils to box

This commit is contained in:
2025-11-16 20:04:36 +02:00
parent 0e0a33840e
commit bc77eb2437
3 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
./glance.nix ./glance.nix
./packages.nix ./packages.nix
./hardware-configuration.nix ./hardware-configuration.nix
../../modules/userapps/utils.nix
../../modules/common/nix.nix ../../modules/common/nix.nix
../../modules/raspberrypi.nix ../../modules/raspberrypi.nix
../../modules/common/networking.nix ../../modules/common/networking.nix

View File

@@ -6,7 +6,6 @@
# programs.neovim = {defaultEditor = true;}; # programs.neovim = {defaultEditor = true;};
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Dev stuff, most of it might be replaced by devenvs later on # Dev stuff, most of it might be replaced by devenvs later on
nh
ghostty ghostty
tealdeer tealdeer
#vscodium #vscodium

View File

@@ -25,5 +25,6 @@
unzip unzip
wget wget
just just
nh
]; ];
} }