Moved nh to utils + added utils to box
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
./glance.nix
|
||||
./packages.nix
|
||||
./hardware-configuration.nix
|
||||
../../modules/userapps/utils.nix
|
||||
../../modules/common/nix.nix
|
||||
../../modules/raspberrypi.nix
|
||||
../../modules/common/networking.nix
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# programs.neovim = {defaultEditor = true;};
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Dev stuff, most of it might be replaced by devenvs later on
|
||||
nh
|
||||
ghostty
|
||||
tealdeer
|
||||
#vscodium
|
||||
|
||||
@@ -25,5 +25,6 @@
|
||||
unzip
|
||||
wget
|
||||
just
|
||||
nh
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user