This commit is contained in:
nora 2025-04-07 19:01:32 +02:00
parent fcfb452fa2
commit 1235ffe614
2 changed files with 66 additions and 65 deletions

View file

@ -1,7 +1,7 @@
{ ... }: {
programs.waybar.enable = true;
programs.waybar.settings = {
mainBar = {
{ config, ... }: {
home.file."${config.xdg.configHome}/waybar/config.jsonc" = {
text =
builtins.toJSON {
height = 35;
spacing = 4;
modules-left = [ ];

View file

@ -179,6 +179,7 @@ in
};
services.displayManager.enable = true;
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk pkgs.xdg-desktop-portal-gnome pkgs.gnome-keyring ];
programs.waybar.enable = true;
# TODO: Create a fancontrol config
hardware.fancontrol.enable = false;