From 940c523025579ef96e00877ed540516d99f2240b Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Tue, 14 May 2024 14:22:06 -0400 Subject: [PATCH] ui func --- src/system/machines/workstation/scripts/guiControl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/machines/workstation/scripts/guiControl.nix b/src/system/machines/workstation/scripts/guiControl.nix index 2e0f534..02f33bb 100644 --- a/src/system/machines/workstation/scripts/guiControl.nix +++ b/src/system/machines/workstation/scripts/guiControl.nix @@ -1,5 +1,5 @@ '' -function nome() { +function ui() { case $1 in on) sudo systemctl set-default graphical.target