moved programs.nix to modules dir
This commit is contained in:
parent
4a9f6a8983
commit
c8a542408e
@ -247,7 +247,6 @@
|
|||||||
++ (
|
++ (
|
||||||
if server then
|
if server then
|
||||||
[
|
[
|
||||||
./systems/programs.nix
|
|
||||||
./systems/configuration.nix
|
./systems/configuration.nix
|
||||||
./systems/${hostname}/hardware.nix
|
./systems/${hostname}/hardware.nix
|
||||||
./systems/${hostname}/configuration.nix
|
./systems/${hostname}/configuration.nix
|
||||||
|
@ -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
|
|
||||||
];
|
|
||||||
}
|
|
@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../programs.nix
|
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
../../syncthing_base.nix
|
../../syncthing_base.nix
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user