Hmm, which option were you setting? Can you share your configuration.nix (relevant parts)?
this post was submitted on 29 Jul 2023
3 points (100.0% liked)
Nix
1 readers
1 users here now
founded 1 year ago
MODERATORS
I was using the programs.bash.shellAliases option with aliases in between the curly brackets
That should work, unless there is something wrong with the values themselves, you can also check the bash profile files nix generates.
Cant say much without seeing the code.
Thanks for chiming in you were right about the values,the solution was my indentation and syntax errors I had to reread the docs and look up some other configs but I got it figured out