update, add big packages
This commit is contained in:
@ -64,6 +64,8 @@ in
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
|
||||
|
||||
xserver = {
|
||||
enable = true;
|
||||
dpi = 110;
|
||||
@ -80,14 +82,38 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
# nvidia carp
|
||||
hardware.nvidia = {
|
||||
|
||||
hardware = {
|
||||
nvidia = {
|
||||
open = true;
|
||||
modesetting.enable = true;
|
||||
powerManagement.enable = true;
|
||||
nvidiaSettings = true;
|
||||
};
|
||||
|
||||
bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
settings = {
|
||||
General = {
|
||||
# Shows battery charge of connected devices on supported
|
||||
# Bluetooth adapters. Defaults to 'false'.
|
||||
Experimental = true;
|
||||
# When enabled other devices can connect faster to us, however
|
||||
# the tradeoff is increased power consumption. Defaults to
|
||||
# 'false'.
|
||||
FastConnectable = true;
|
||||
};
|
||||
Policy = {
|
||||
# Enable all controllers when they are found. This includes
|
||||
# adapters present on start as well as adapters that are plugged
|
||||
# in later on. Defaults to 'true'.
|
||||
AutoEnable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Configure keymap in X11
|
||||
#services.xserver.xkb.layout = "us";
|
||||
#services.xserver.xkb.options = "eurosign:e,caps:escape";
|
||||
@ -143,6 +169,8 @@ in
|
||||
imagemagick
|
||||
pulsemixer
|
||||
alsa-utils
|
||||
ncdu
|
||||
ddcutil
|
||||
|
||||
# in between
|
||||
dunst
|
||||
@ -159,9 +187,16 @@ in
|
||||
lxappearance
|
||||
spotify
|
||||
firefox
|
||||
gimp
|
||||
qutebrowser
|
||||
freecad
|
||||
imv
|
||||
prismlauncher
|
||||
discord
|
||||
bitwarden-desktop
|
||||
r2modman
|
||||
#zoom
|
||||
#osu-lazer(-bin?)
|
||||
|
||||
|
||||
# sources of these are local, defined in let block at top
|
||||
|
||||
Reference in New Issue
Block a user