zsh default
This commit is contained in:
parent
aaf819373b
commit
7614001f97
|
@ -102,7 +102,8 @@
|
|||
|
||||
users.users.geir = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
shell = pkgs.zsh;
|
||||
packages = with pkgs; [
|
||||
teams-for-linux firefox ncpamixer starship discord fastfetch
|
||||
];
|
||||
|
@ -112,7 +113,7 @@
|
|||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
foot kitty terminator
|
||||
foot kitty terminator zsh
|
||||
dbus
|
||||
greetd.tuigreet
|
||||
wayland
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
./k8s.nix
|
||||
./podman.nix
|
||||
];
|
||||
|
||||
# Kernel
|
||||
|
@ -37,7 +38,7 @@
|
|||
# enable unfree
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
# Network
|
||||
networking.hostName = "nixos-work";
|
||||
networking.hostName = "work";
|
||||
services.tailscale.enable = true;
|
||||
networking.networkmanager.enable = true;
|
||||
networking.hostId = "8425e349";
|
||||
|
@ -103,10 +104,10 @@
|
|||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
packages = with pkgs; [
|
||||
firefox ncpamixer starship discord fastfetch
|
||||
teams-for-linux firefox ncpamixer starship discord fastfetch
|
||||
];
|
||||
};
|
||||
programs.bash.blesh.enable = true;
|
||||
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
|
|
Loading…
Reference in a new issue