Nushell module

This commit is contained in:
Nathan McCarty 2024-11-28 02:45:52 +00:00
parent 558ecfabd3
commit 5b1b97b8b6
4 changed files with 1039 additions and 0 deletions

View file

@ -19,6 +19,9 @@
...
}:
{
imports = [
../../modules/programs/shell.nix
];
home.username = "nathan";
home.homeDirectory = "/home/nathan/";
programs.command-not-found.enable = true;