enable nvim everywhere
This commit is contained in:
parent
26880c8539
commit
568455f496
3 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.osbm-nvim.packages.x86_64-linux.default
|
||||
wget
|
||||
git
|
||||
git-lfs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue