Moved nh to utils + added utils to box
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -25,5 +25,6 @@
|
|||||||
unzip
|
unzip
|
||||||
wget
|
wget
|
||||||
just
|
just
|
||||||
|
nh
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user