remove nixd

This commit is contained in:
Osman Faruk Bayram 2025-03-07 03:52:46 +03:00
parent 9b16b0c33e
commit 98bebc15a2
2 changed files with 1 additions and 3 deletions

View file

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

View file

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