zsh default
This commit is contained in:
parent
aaf819373b
commit
7614001f97
2 changed files with 7 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue