mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-16 20:55: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 @@
|
||||||
{ ... }: {
|
{ 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 = [ ];
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue