fix statix issue, migrate non-essential packages to non-server

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-05-21 23:34:58 -04:00
committed by Alice Huston
parent 82cbcff0fc
commit ec4a9cf623
3 changed files with 65 additions and 21 deletions

View File

@ -1,6 +1,5 @@
{ ... }:
{
{ lib, machineConfig, ... }:
lib.mkIf (!machineConfig.server) {
programs.waybar = {
enable = true;
#settings = builtins.fromJSON (import ./waybar.json);