did it change?
This commit is contained in:
@ -82,13 +82,14 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
|
|
||||||
nvidia = {
|
nvidia = {
|
||||||
open = true;
|
open = true;
|
||||||
modesetting.enable = true;
|
modesetting.enable = true;
|
||||||
powerManagement.enable = true;
|
powerManagement.enable = true;
|
||||||
nvidiaSettings = true;
|
nvidiaSettings = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
bluetooth = {
|
bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
powerOnBoot = true;
|
powerOnBoot = true;
|
||||||
@ -150,7 +151,6 @@ in
|
|||||||
# List packages installed in system profile.
|
# List packages installed in system profile.
|
||||||
# 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; [
|
||||||
# cli only
|
|
||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
@ -158,7 +158,6 @@ in
|
|||||||
bc
|
bc
|
||||||
lf
|
lf
|
||||||
pciutils
|
pciutils
|
||||||
nut
|
|
||||||
nfs-utils
|
nfs-utils
|
||||||
lm_sensors
|
lm_sensors
|
||||||
nvtopPackages.nvidia
|
nvtopPackages.nvidia
|
||||||
@ -174,19 +173,16 @@ in
|
|||||||
ddcutil
|
ddcutil
|
||||||
xclip
|
xclip
|
||||||
gpu-screen-recorder
|
gpu-screen-recorder
|
||||||
|
|
||||||
# in between
|
|
||||||
dunst
|
dunst
|
||||||
redshift
|
redshift
|
||||||
picom
|
picom
|
||||||
|
libnotify
|
||||||
|
|
||||||
mpv
|
mpv
|
||||||
feh
|
feh
|
||||||
solaar
|
solaar
|
||||||
ueberzugpp
|
ueberzugpp
|
||||||
nordic
|
nordic
|
||||||
#capitaine-cursors
|
|
||||||
|
|
||||||
# graphical
|
|
||||||
lxappearance
|
lxappearance
|
||||||
spotify
|
spotify
|
||||||
firefox
|
firefox
|
||||||
|
|||||||
Reference in New Issue
Block a user