i need to start using nvim over nano, therefore i have now forced myself to (nano is now merely an alias to nvim)
This commit is contained in:
parent
082b9327bb
commit
e8e0df8607
2 changed files with 6 additions and 3 deletions
|
|
@ -56,6 +56,10 @@
|
|||
|
||||
programs.steam.extraCompatPackages = with pkgs; [ proton-ge-rtsp-bin ];
|
||||
|
||||
programs.bash.shellAliases = {
|
||||
nano = "nvim";
|
||||
};
|
||||
|
||||
programs = {
|
||||
adb.enable = true;
|
||||
flashrom.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue