nuke the fucking dock
This commit is contained in:
parent
2d83c1bce5
commit
9a77331d21
2 changed files with 2 additions and 1 deletions
|
|
@ -249,6 +249,7 @@ in {
|
|||
fontDefault = config.stylix.fonts.sansSerif.name;
|
||||
fontFixed = config.stylix.fonts.monospace.name;
|
||||
};
|
||||
dock.enabled = false;
|
||||
bar = {
|
||||
floating = false;
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue