modules and nushell

This commit is contained in:
Julian Sutter 2023-01-25 13:14:03 -08:00
parent 2f5cf61df2
commit 613572f640

View file

@ -1,6 +1,6 @@
{home-manager, ...}:
{
programs.nushell = {
home-manager.users.jsutter.programs.nushell = {
enable = true;
configFile.source = ./config.nu;
envFile.source = ./env.nu;