Move dev tools to a dedicated file
This commit is contained in:
parent
52f2d25300
commit
1bf3431b47
4 changed files with 16 additions and 5 deletions
|
|
@ -5,6 +5,7 @@
|
|||
../../configs/system.nix
|
||||
../../configs/user.nix
|
||||
../../configs/virtualisation.nix
|
||||
../../configs/dev.nix
|
||||
../../configs/games.nix
|
||||
];
|
||||
|
||||
|
|
@ -31,6 +32,7 @@
|
|||
time.timeZone = "Europe/Amsterdam";
|
||||
|
||||
services.xserver.videoDrivers = ["amdgpu"];
|
||||
services.sshd.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue