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:
alyx 2025-07-06 09:18:03 +01:00
parent 082b9327bb
commit e8e0df8607
No known key found for this signature in database
2 changed files with 6 additions and 3 deletions

View file

@ -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;