diff --git a/users/vy.nix b/users/vy.nix index 768a844..65f75ba 100644 --- a/users/vy.nix +++ b/users/vy.nix @@ -1,4 +1,4 @@ -{pkgs, ...}: { +{pkgs, lib, inputs, config, ...}: { users.users.vy.packages = with pkgs; [ audacity cosmic-store @@ -36,6 +36,7 @@ users.users.vy = { isNormalUser = true; extraGroups = ["wheel" "audio" "video"]; + shell = pkgs.nushell; }; users.users.root.openssh.authorizedKeys.keys = [ diff --git a/users/vy/HOME.nix b/users/vy/HOME.nix index 45453b1..06917ca 100644 --- a/users/vy/HOME.nix +++ b/users/vy/HOME.nix @@ -4,7 +4,7 @@ inputs, lib, ... -}: let +}: { programs = { bat = { enable = true;