Move dev tools to a dedicated file

This commit is contained in:
Paul-Henri Froidmont 2020-03-16 15:01:59 +01:00
parent 52f2d25300
commit 1bf3431b47
4 changed files with 16 additions and 5 deletions

View file

@ -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;