Refactor: delete overkill layers
This commit is contained in:
parent
94fc05580d
commit
1e2e108797
6 changed files with 85 additions and 119 deletions
|
|
@ -1,19 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../common/nix.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
wget
|
||||
curl
|
||||
ripgrep
|
||||
fd
|
||||
pciutils
|
||||
usbutils
|
||||
p7zip
|
||||
gdu
|
||||
glances
|
||||
tmux
|
||||
];
|
||||
}
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../common/nix.nix
|
||||
../hardware/gpu-amd.nix
|
||||
../hardware/sensors-zenpower.nix
|
||||
../virtual/kvm-amd.nix
|
||||
../virtual/vfio.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
vim
|
||||
wget
|
||||
curl
|
||||
ripgrep
|
||||
fd
|
||||
pciutils
|
||||
usbutils
|
||||
p7zip
|
||||
gdu
|
||||
glances
|
||||
parted
|
||||
tmux
|
||||
discord
|
||||
xorg.xauth
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue