From e8e0df8607aa421aff13f36b792f6e70bc4835ae Mon Sep 17 00:00:00 2001 From: alyx Date: Sun, 6 Jul 2025 09:18:03 +0100 Subject: [PATCH] i need to start using nvim over nano, therefore i have now forced myself to (nano is now merely an alias to nvim) --- base/absolution/configuration.nix | 4 ++++ home/default.nix | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/base/absolution/configuration.nix b/base/absolution/configuration.nix index 4ec1ece..2d8484c 100644 --- a/base/absolution/configuration.nix +++ b/base/absolution/configuration.nix @@ -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; diff --git a/home/default.nix b/home/default.nix index 8e1ce54..4c5417d 100644 --- a/home/default.nix +++ b/home/default.nix @@ -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"; } ]; }