This commit is contained in:
Tao Tien 2023-09-30 22:11:37 -07:00
parent 0d9ef7ba1c
commit 62fec8cbf5

View file

@ -1,5 +1,4 @@
{ pkgs, ... }:
{
{ pkgs, ... }: {
users.users.tao.packages = with pkgs; [
appimage-run
nixpkgs-fmt
@ -47,7 +46,6 @@
zoxide
obs-studio
];
programs.nushell.enable = true;
environment.shells = with pkgs; [ unstable.nushell ];
# services.expressvpn.enable = true;