Compare commits
2 Commits
a2d5d6854a
...
d09a0a53e8
| Author | SHA1 | Date | |
|---|---|---|---|
| d09a0a53e8 | |||
|
56ac8e0adc
|
@@ -73,6 +73,10 @@
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware.nvidia.modesetting.enable = true;
|
||||
hardware.nvidia.open = true;
|
||||
|
||||
# Bluetooth
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
|
||||
# Configure keymap in X11
|
||||
services.xserver.xkb.layout = "us";
|
||||
@@ -119,10 +123,15 @@
|
||||
# You can use https://search.nixos.org/ to find more packages (and options).
|
||||
environment.systemPackages = with pkgs; [
|
||||
chromium
|
||||
kdePackages.bluedevil
|
||||
kdePackages.bluez-qt
|
||||
ncdu
|
||||
pciutils
|
||||
stow
|
||||
terminator
|
||||
tmux
|
||||
tree
|
||||
usbutils
|
||||
vim
|
||||
vscodium
|
||||
wget
|
||||
|
||||
Reference in New Issue
Block a user