From 208821ed75e8387ea6c584c4749bc8e6be949fc4 Mon Sep 17 00:00:00 2001 From: pants Date: Mon, 22 Dec 2025 18:30:35 -0800 Subject: [PATCH] update, add big packages --- configuration.nix | 47 +++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 41 insertions(+), 6 deletions(-) diff --git a/configuration.nix b/configuration.nix index 87e7ab6..fb8167c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -64,6 +64,8 @@ in pulse.enable = true; }; + + xserver = { enable = true; dpi = 110; @@ -80,12 +82,36 @@ in }; }; - # nvidia carp - hardware.nvidia = { - open = true; - modesetting.enable = true; - powerManagement.enable = true; - nvidiaSettings = true; + + 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 @@ -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