Install zsh and extensions; move custom .zshrc installation to applications

This commit is contained in:
2025-10-01 20:07:20 -04:00
parent a6f11aa447
commit 01a0118da3
6 changed files with 93 additions and 92 deletions
+1 -1
View File
@@ -37,5 +37,5 @@ func cosmic() {
manageService("stop", "sddm.service")
manageService("disable", "sddm.service")
manageService("enable", "greetd.service")
managePackage("-Rcns", "sddm")
managePackages("-Rcns", []string{"sddm"})
}