From b8fa7d00b9e3e7c78a28c960ea381aea0e442cb8 Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Mon, 24 Feb 2020 19:42:25 +0100 Subject: [PATCH] Add packages --- configs/system.nix | 3 ++- hosts/work-laptop/configuration.nix | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) 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;