Bash: Move bashrc to let-in.
This commit is contained in:
parent
2507ebb8c7
commit
ed763db9ad
|
@ -28,9 +28,6 @@ let
|
|||
tgdatasilent
|
||||
;
|
||||
};
|
||||
in
|
||||
{
|
||||
inherit modulesFile;
|
||||
|
||||
bashrc =
|
||||
(builtins.readFile modulesFile)
|
||||
|
@ -50,7 +47,9 @@ in
|
|||
exec sway
|
||||
fi
|
||||
'';
|
||||
|
||||
in
|
||||
{
|
||||
inherit modulesFile bashrc;
|
||||
# bash_profile = ''
|
||||
# # Home manager.
|
||||
# [ -e ~/.nix-profile/etc/profile.d/nix.sh ] && source ~/.nix-profile/etc/profile.d/nix.sh
|
||||
|
|
Loading…
Reference in a new issue