This commit is contained in:
maxstrb 2026-03-14 23:17:36 +01:00
parent b0ba53b89e
commit fc3c55b4a7
5 changed files with 19 additions and 10 deletions

View file

@ -1,6 +1,7 @@
{
pkgs,
device-name,
inputs,
...
}: {
home.packages = with pkgs; [
@ -33,7 +34,7 @@
nushell = {
enable = true;
extraConfig = builtins.readFile "config.nu";
extraConfig = builtins.readFile ./config.nu;
settings = {
show_banner = false;