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; [
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
./hardware-configuration.nix
|
||||
../../configs/system.nix
|
||||
../../configs/user.nix
|
||||
../../configs/dev.nix
|
||||
../../configs/virtualisation.nix
|
||||
];
|
||||
|
||||
|
|
@ -54,8 +55,6 @@
|
|||
home-manager.users.froidmpa = {pkgs, config, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
slack-dark
|
||||
maven
|
||||
jdk
|
||||
];
|
||||
services.network-manager-applet.enable = true;
|
||||
services.blueman-applet.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue