From 9fb20793754366974dcbab13e29c87063163fa1a Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Fri, 26 Dec 2025 21:24:14 +0530 Subject: [PATCH] feat(home): enable ironbar service and disable orcaslicer app --- home/apps/default.nix | 2 +- home/services/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/apps/default.nix b/home/apps/default.nix index 3a68fe98..0bcbff70 100644 --- a/home/apps/default.nix +++ b/home/apps/default.nix @@ -26,7 +26,7 @@ lib.optionalAttrs device.hasGui { ./nextcloud.nix ./obs-studio.nix # ./openscad.nix - ./orcaslicer.nix + # ./orcaslicer.nix # ./pcsx2.nix ./prismlauncher.nix # ./rpcs3.nix diff --git a/home/services/default.nix b/home/services/default.nix index 364be63c..3c3b1743 100644 --- a/home/services/default.nix +++ b/home/services/default.nix @@ -5,7 +5,7 @@ ./kdeconnect.nix ./gtk.nix ./anyrun.nix - # ./ironbar + ./ironbar ./gui.nix ./eww.nix ./xdg.nix