users/foo-dogsquared: update programs config

This commit is contained in:
Gabriel Arazas 2025-02-08 10:09:45 +08:00
parent 2929b2aff2
commit b9a4160123
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
3 changed files with 4 additions and 3 deletions

View File

@ -95,12 +95,12 @@ in {
};
users.foo-dogsquared.programs.custom-homepage.sections.quicklinks.links =
lib.mkBefore (lib.singleton {
lib.singleton {
text = "Current git repo";
url = "http://localhost:${
builtins.toString config.state.ports.git-instaweb.value
}";
});
};
})
]);
}

View File

@ -37,6 +37,7 @@ in {
"${config.xdg.cacheHome}/nushell/modules"
"${config.xdg.userDirs.extraConfig.XDG_PROJECTS_DIR}/nushell"
];
environmentVariables.NIX_PATH = config.nix.nixPath;
};
}

View File

@ -94,7 +94,7 @@ in {
plandex
# Testing out your web app #532.
mysql-workbench
dbeaver-bin
];
}