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;
|
||||
|
|
|
|||
|
|
@ -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"; }
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue