diff --git a/hosts/kim/annika.nix b/hosts/kim/annika.nix index d76bd21..81ea52e 100644 --- a/hosts/kim/annika.nix +++ b/hosts/kim/annika.nix @@ -23,13 +23,18 @@ # The home.packages option allows you to install Nix packages into your # environment. home.packages = [ - pkgs.playerctl + # GUI Apps pkgs.google-chrome pkgs.discord pkgs.prusa-slicer pkgs.helvum pkgs.element-desktop pkgs.netbird-ui + + # Terminal apps + pkgs.tmux + + # Helper stuff pkgs.nixpkgs-fmt ]; @@ -75,7 +80,6 @@ enableBashIntegration = true; nix-direnv.enable = true; }; - bash = { enable = true; }; diff --git a/hosts/kim/configuration.nix b/hosts/kim/configuration.nix index 1eeee9b..34687c6 100644 --- a/hosts/kim/configuration.nix +++ b/hosts/kim/configuration.nix @@ -90,6 +90,7 @@ isNormalUser = true; description = "Annika Merris"; extraGroups = [ "networkmanager" "wheel" ]; + shell = pkgs.bash; packages = with pkgs; [ # kate ];