diff --git a/workstation/configuration.nix b/workstation/configuration.nix index 362533b..e00a94f 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -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 diff --git a/workstation/configuration.nix~ b/workstation/configuration.nix~ index 7b2aeb7..362533b 100644 --- a/workstation/configuration.nix~ +++ b/workstation/configuration.nix~ @@ -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