Merge branch 'main' of https://git.thomasfamily.duckdns.org/michael/nix-dots
This commit is contained in:
commit
3cae084995
@ -11,10 +11,15 @@
|
||||
neofetch
|
||||
pfetch
|
||||
fortune
|
||||
micro
|
||||
];
|
||||
|
||||
programs.zsh.shellAliases = {
|
||||
code = "/mnt/c/Program\\ Files/Microsoft\\ VS\\ Code/Code.exe";
|
||||
programs.zsh = {
|
||||
shellAliases = {
|
||||
code = "/mnt/c/Program\\ Files/Microsoft\\ VS\\ Code/Code.exe";
|
||||
};
|
||||
profileExtra = ''
|
||||
source $HOME/.profile
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user