Refactor
This commit is contained in:
parent
556e0e1eb2
commit
e0a82ee731
49 changed files with 1076 additions and 765 deletions
33
modules/roles/workstation.nix
Normal file
33
modules/roles/workstation.nix
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../common/nix.nix
|
||||
|
||||
# Matériel
|
||||
../hardware/gpu-amd.nix
|
||||
../hardware/sensors-zenpower.nix
|
||||
|
||||
# Virtualisation/tuning
|
||||
../virtual/kvm-amd.nix
|
||||
../virtual/vfio.nix
|
||||
|
||||
# Dev
|
||||
../dev/qemu.nix
|
||||
../virtual/truenas.nix # seulement si tu l’utilises sur ce host
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
vim
|
||||
wget
|
||||
curl
|
||||
ripgrep
|
||||
fd
|
||||
pciutils
|
||||
usbutils
|
||||
p7zip
|
||||
gdu
|
||||
glances
|
||||
parted
|
||||
tmux
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue