trying to fix something on media

This commit is contained in:
Matt Nish-Lapidus 2025-07-09 00:15:15 -04:00
parent 41138e7a51
commit e58c733728
2 changed files with 7 additions and 7 deletions

View file

@ -17,7 +17,7 @@
homeDirectory = "/home/media";
sessionVariables = {
NH_FLAKE = "${homeDirectory}/nixos-config";
NH_FLAKE = "\${HOME}/nixos-config";
};
sessionPath = [

View file

@ -17,12 +17,12 @@
loginFile.text = ''
${pkgs.figlet}/bin/figlet -f ($env.HOME)/.local/share/flf/wavy.flf (hostname)
'';
environmentVariables = {
ENV_CONVERSIONS.PATH = {
from_string = lib.hm.nushell.mkNushellInline "{|s| $s | split row (char esep) }";
to_string = lib.hm.nushell.mkNushellInline "{|v| $v | str join (char esep) }";
};
};
# environmentVariables = {
# ENV_CONVERSIONS.PATH = {
# from_string = lib.hm.nushell.mkNushellInline "{|s| $s | split row (char esep) }";
# to_string = lib.hm.nushell.mkNushellInline "{|v| $v | str join (char esep) }";
# };
# };
settings = {
show_banner = false;
ls = { clickable_links = true; };