This commit is contained in:
Schrottkatze 2026-08-31 13:21:30 +02:00
commit 43b0c0d9b1
10 changed files with 20 additions and 2229 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ config, pkgs, ... }:
{
# Needed for nu_scripts background_task
services.pueue = {
@ -17,8 +17,7 @@
target = ".config/nushell/shell-startup.nu";
};
programs.nushell = {
enable = false;
# package = config.users.defaultUserShell;
enable = true;
configFile.source = ./nu/config.nu;
envFile.source = ./nu/env.nu;
extraConfig = ''