mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
bar??
This commit is contained in:
parent
fcfb452fa2
commit
1235ffe614
2 changed files with 66 additions and 65 deletions
|
|
@ -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 = [ ];
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue