nuke the fucking dock

This commit is contained in:
notgne2 2025-11-10 11:28:09 -07:00
parent 2d83c1bce5
commit 9a77331d21
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -249,6 +249,7 @@ in {
fontDefault = config.stylix.fonts.sansSerif.name;
fontFixed = config.stylix.fonts.monospace.name;
};
dock.enabled = false;
bar = {
floating = false;

View file

@ -81,7 +81,7 @@ in {
enable = lib.mkDefault true;
settings.dynamic_tuning = lib.mkDefault true;
ppdSettings.battery = lib.mkIf cfg.battery {
balanced = lib.mkDefault "laptop-battery-powersave";
balanced = lib.mkDefault "balanced-battery";
power-saver = lib.mkDefault "laptop-battery-powersave";
};
};