add nixvim as default EDITOR

This commit is contained in:
Christoph Hollizeck 2024-04-07 17:38:36 +02:00
parent 4cd7fe6cfd
commit 326bd3cb03
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
3 changed files with 21 additions and 8 deletions

View file

@ -30,11 +30,11 @@ with lib.wyrdgard;
time = "10:00";
};
hardware = {
bluetooth = enabled;
gpu.nvidia = enabled;
bluetooth = enabled;
gpu.nvidia = enabled;
};
};
};
};
system.stateVersion = "23.11";
}