Trying to set up shell stuff.

This commit is contained in:
Annika Merris 2024-05-11 22:16:38 -04:00
parent c9a3cc628f
commit adc64418fe
2 changed files with 7 additions and 2 deletions

View file

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

View file

@ -90,6 +90,7 @@
isNormalUser = true;
description = "Annika Merris";
extraGroups = [ "networkmanager" "wheel" ];
shell = pkgs.bash;
packages = with pkgs; [
# kate
];