removed moondeck buddy

This commit is contained in:
kenji
2025-08-13 18:16:22 -05:00
parent 29453240ed
commit cb224894b8
4 changed files with 14 additions and 5 deletions
+9
View File
@@ -57,6 +57,11 @@
pulse.enable = true;
};
hardware.bluetooth.enable = true;
services = {
blueman.enable = true;
};
# Enable touchpad support (enabled default in most desktopManager).
# services.libinput.enable = true;
@@ -75,10 +80,14 @@
# You can use https://search.nixos.org/ to find more packages (and options).
environment.systemPackages = with pkgs; [
inputs.nixovim.packages.${system}.full
# linux-firmware
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
wget
];
hardware.firmware = [
pkgs.linux-firmware
];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;