remove nixd
This commit is contained in:
parent
9b16b0c33e
commit
98bebc15a2
2 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue