give wofi module an enable option

This commit is contained in:
Noa Aarts 2024-04-12 11:50:25 +02:00
parent 01a63a94b5
commit a4c6d1bbc2

View file

@ -1,4 +1,4 @@
{ config, pkgs, inputs, ... }:
{ config, pkgs, lib, ... }:
{
home.packages = with pkgs; [
@ -6,7 +6,7 @@
font-awesome
];
programs.waybar = {
enable = true;
enable = lib.mkDefault true;
settings = {
mainBar = {
layer = "top";