trying to fix something on media
This commit is contained in:
parent
41138e7a51
commit
e58c733728
2 changed files with 7 additions and 7 deletions
|
@ -17,7 +17,7 @@
|
|||
homeDirectory = "/home/media";
|
||||
|
||||
sessionVariables = {
|
||||
NH_FLAKE = "${homeDirectory}/nixos-config";
|
||||
NH_FLAKE = "\${HOME}/nixos-config";
|
||||
};
|
||||
|
||||
sessionPath = [
|
||||
|
|
|
@ -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; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue