mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 19:43:12 +00:00
Add hr switch
This commit is contained in:
parent
169a75db16
commit
181ad4416a
2 changed files with 67 additions and 17 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue