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;

View file

@ -99,9 +99,8 @@
{
profile.name = "alyx-desktop";
profile.outputs = [
{ criteria = "ASUSTek COMPUTER INC VG279QM NCLMQS055707"; position = "1600,0"; mode = "1920x1080@239.760"; }
#{ criteria = "Dell Inc. DELL U2913WM 5YD8C5A9AZSL"; position = "0,0"; mode = "2560x1080@74.987"; }
{ criteria = "Hewlett Packard HP LP2065 PLG74603TL"; position = "0,0"; }
{ criteria = "ASUSTek COMPUTER INC VG279QM NCLMQS055707"; position = "2560,0"; mode = "1920x1080@239.760"; }
{ criteria = "Dell Inc. DELL U2913WM 5YD8C5A9AZSL"; position = "0,0"; mode = "2560x1080@74.987"; }
{ criteria = "Valve Corporation Index HMD 0xEDE55842"; status = "disable"; }
];
}