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

View file

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