From 7c460caa6168fa95d526302d9186b9ffbd64d39c Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Wed, 7 Feb 2024 00:46:17 +0100 Subject: shell --- machines/work.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/machines/work.nix b/machines/work.nix index c987b79..956d984 100644 --- a/machines/work.nix +++ b/machines/work.nix @@ -1,10 +1,10 @@ -{ self, pkgs, ... }: { +{ self, pkgs, lib, ... }: with lib; { # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget environment.systemPackages = - [ pkgs.vim - pkgs.podman + [ pkgs.podman pkgs.qemu + pkgs.kitty ]; services.tailscale.enable = true; @@ -31,4 +31,6 @@ # The platform the configuration will be used on. nixpkgs.hostPlatform = "aarch64-darwin"; + users.users.${ivi.username}.shell = pkgs.bashInteractive; + environment.shells = [pkgs.bashInteractive]; } -- cgit v1.2.3