diff --git a/hosts/tartarus/configuration.nix b/hosts/tartarus/configuration.nix index 2bad20b..538830e 100644 --- a/hosts/tartarus/configuration.nix +++ b/hosts/tartarus/configuration.nix @@ -43,9 +43,8 @@ hardware.bluetooth.enable = true; # enables support for Bluetooth 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 - nixd ]; system.stateVersion = "24.05"; # lalalalala diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index 0f959a7..6920a0c 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -94,7 +94,6 @@ environment.systemPackages = with pkgs; [ nvidia-container-toolkit inputs.osbm-nvim.packages.x86_64-linux.default - nixd ]; system.stateVersion = "25.05"; # great taboo of the nixos world