enable nvim everywhere

This commit is contained in:
Osman Faruk Bayram 2025-04-03 22:50:25 +03:00
parent 26880c8539
commit 568455f496
3 changed files with 1 additions and 5 deletions

View file

@ -43,9 +43,5 @@
hardware.bluetooth.enable = true; # enables support for Bluetooth
hardware.bluetooth.powerOnBoot = true; # powers up the default Bluetooth controller on boot
environment.systemPackages = [
inputs.osbm-nvim.packages.x86_64-linux.default
];
system.stateVersion = "24.05"; # lalalalala
}

View file

@ -91,7 +91,6 @@
environment.systemPackages = with pkgs; [
nvidia-container-toolkit
inputs.osbm-nvim.packages.x86_64-linux.default
];
system.stateVersion = "25.05"; # great taboo of the nixos world

View file

@ -1,5 +1,6 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
inputs.osbm-nvim.packages.x86_64-linux.default
wget
git
git-lfs