diff --git a/configs/system.nix b/configs/system.nix index fc1ab34..98c9817 100644 --- a/configs/system.nix +++ b/configs/system.nix @@ -8,6 +8,7 @@ vim git + unzip htop ncdu @@ -44,4 +45,4 @@ background = "/etc/nixos/configs/files/wallpaper.png"; }; }; -} \ No newline at end of file +} diff --git a/hosts/work-laptop/configuration.nix b/hosts/work-laptop/configuration.nix index cd3cd43..dd958c3 100644 --- a/hosts/work-laptop/configuration.nix +++ b/hosts/work-laptop/configuration.nix @@ -40,6 +40,8 @@ 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;