update, add big packages
This commit is contained in:
@ -64,6 +64,8 @@ in
|
|||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
xserver = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dpi = 110;
|
dpi = 110;
|
||||||
@ -80,12 +82,36 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# nvidia carp
|
|
||||||
hardware.nvidia = {
|
hardware = {
|
||||||
open = true;
|
nvidia = {
|
||||||
modesetting.enable = true;
|
open = true;
|
||||||
powerManagement.enable = true;
|
modesetting.enable = true;
|
||||||
nvidiaSettings = 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
|
# Configure keymap in X11
|
||||||
@ -143,6 +169,8 @@ in
|
|||||||
imagemagick
|
imagemagick
|
||||||
pulsemixer
|
pulsemixer
|
||||||
alsa-utils
|
alsa-utils
|
||||||
|
ncdu
|
||||||
|
ddcutil
|
||||||
|
|
||||||
# in between
|
# in between
|
||||||
dunst
|
dunst
|
||||||
@ -159,9 +187,16 @@ in
|
|||||||
lxappearance
|
lxappearance
|
||||||
spotify
|
spotify
|
||||||
firefox
|
firefox
|
||||||
|
gimp
|
||||||
|
qutebrowser
|
||||||
|
freecad
|
||||||
imv
|
imv
|
||||||
prismlauncher
|
prismlauncher
|
||||||
discord
|
discord
|
||||||
|
bitwarden-desktop
|
||||||
|
r2modman
|
||||||
|
#zoom
|
||||||
|
#osu-lazer(-bin?)
|
||||||
|
|
||||||
|
|
||||||
# sources of these are local, defined in let block at top
|
# sources of these are local, defined in let block at top
|
||||||
|
|||||||
Reference in New Issue
Block a user