Merge branch 'master' of github.com:Kropatz/dotfiles

This commit is contained in:
Kopatz
2023-12-19 10:40:35 +01:00
22 changed files with 105 additions and 396 deletions

View File

@@ -17,6 +17,7 @@ in
fonts.fontDir.enable = true;
fonts.packages = with pkgs; [
uw-ttyp0
corefonts
nerdfonts
noto-fonts
@@ -67,6 +68,7 @@ in
brightnessctl
wacomtablet
osu-lazer-bin
libsForQt5.kolourpaint
];
#environment.sessionVariables = {

View File

@@ -23,7 +23,7 @@
# https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus
# Only available from driver 515.43.04+
# Currently alpha-quality/buggy, so false is currently the recommended setting.
open = true;
open = false;
# Enable the Nvidia settings menu,
# accessible via `nvidia-settings`.
nvidiaSettings = true;