moved programs.nix to modules dir

This commit is contained in:
Richie Cahill 2024-04-14 23:57:42 -04:00 committed by Alice Huston
parent 4a9f6a8983
commit c8a542408e
4 changed files with 0 additions and 43 deletions

View File

@ -247,7 +247,6 @@
++ (
if server then
[
./systems/programs.nix
./systems/configuration.nix
./systems/${hostname}/hardware.nix
./systems/${hostname}/configuration.nix

View File

@ -1,41 +0,0 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
bat
btop
croc
deadnix
direnv
fd
file
htop
hwloc
iperf3
jp2a
jq
lsof
lynis
ncdu
neofetch
nix-init
nix-output-monitor
nix-prefetch
nix-tree
nixpkgs-fmt
nmap
pciutils
python3
qrencode
ripgrep
smartmontools
tig
tokei
tree
unzip
ventoy
wget
zip
zoxide
zsh-nix-shell
];
}

View File

@ -1,6 +1,5 @@
{
imports = [
../programs.nix
./hardware.nix
../../syncthing_base.nix
];