Compare commits

...

2 Commits

Author SHA1 Message Date
kris d09a0a53e8 Add GNU Stow for dotfiles 2026-06-28 16:58:16 -04:00
kris 56ac8e0adc Add Bluetooth, USB, and PCI utilities 2026-06-28 16:44:14 -04:00
+9
View File
@@ -74,6 +74,10 @@
hardware.nvidia.modesetting.enable = true; hardware.nvidia.modesetting.enable = true;
hardware.nvidia.open = true; hardware.nvidia.open = true;
# Bluetooth
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
# Configure keymap in X11 # Configure keymap in X11
services.xserver.xkb.layout = "us"; services.xserver.xkb.layout = "us";
# services.xserver.xkb.options = "eurosign:e,caps:escape"; # services.xserver.xkb.options = "eurosign:e,caps:escape";
@@ -119,10 +123,15 @@
# You can use https://search.nixos.org/ to find more packages (and options). # You can use https://search.nixos.org/ to find more packages (and options).
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
chromium chromium
kdePackages.bluedevil
kdePackages.bluez-qt
ncdu ncdu
pciutils
stow
terminator terminator
tmux tmux
tree tree
usbutils
vim vim
vscodium vscodium
wget wget