Add hr switch

This commit is contained in:
Sage 2026-01-21 14:10:08 +00:00
parent 169a75db16
commit 181ad4416a
2 changed files with 67 additions and 17 deletions

View file

@ -11,11 +11,10 @@ in {
options.mods.terminal.hr.enable = lib.mkEnableOption "Hefring (Work Tooling)";
config = lib.mkIf cfg.hr.enable {
home.packages = [hr];
programs.zsh.initExtra = builtins.readFile ./hr.sh;
systemd.user.services = {
google-db-proxy-test = {
enable = true;
Unit = {
Description = "Google Cloud SQL Proxy (Test)";
After = ["network.target"];
@ -30,7 +29,6 @@ in {
};
google-db-proxy-prod = {
enable = true;
Unit = {
Description = "Google Cloud SQL Proxy (Prod)";
After = ["network.target"];