mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 18:11:07 -05:00
Trying to set up shell stuff.
This commit is contained in:
parent
c9a3cc628f
commit
adc64418fe
2 changed files with 7 additions and 2 deletions
|
|
@ -23,13 +23,18 @@
|
||||||
# The home.packages option allows you to install Nix packages into your
|
# The home.packages option allows you to install Nix packages into your
|
||||||
# environment.
|
# environment.
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.playerctl
|
# GUI Apps
|
||||||
pkgs.google-chrome
|
pkgs.google-chrome
|
||||||
pkgs.discord
|
pkgs.discord
|
||||||
pkgs.prusa-slicer
|
pkgs.prusa-slicer
|
||||||
pkgs.helvum
|
pkgs.helvum
|
||||||
pkgs.element-desktop
|
pkgs.element-desktop
|
||||||
pkgs.netbird-ui
|
pkgs.netbird-ui
|
||||||
|
|
||||||
|
# Terminal apps
|
||||||
|
pkgs.tmux
|
||||||
|
|
||||||
|
# Helper stuff
|
||||||
pkgs.nixpkgs-fmt
|
pkgs.nixpkgs-fmt
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -75,7 +80,6 @@
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
bash = {
|
bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -90,6 +90,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Annika Merris";
|
description = "Annika Merris";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" ];
|
||||||
|
shell = pkgs.bash;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# kate
|
# kate
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue