mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-03-13 18:19:00 +00:00
users/foo-dogsquared: update programs config
This commit is contained in:
parent
2929b2aff2
commit
b9a4160123
@ -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
|
||||
}";
|
||||
});
|
||||
};
|
||||
})
|
||||
]);
|
||||
}
|
||||
|
@ -37,6 +37,7 @@ in {
|
||||
"${config.xdg.cacheHome}/nushell/modules"
|
||||
"${config.xdg.userDirs.extraConfig.XDG_PROJECTS_DIR}/nushell"
|
||||
];
|
||||
environmentVariables.NIX_PATH = config.nix.nixPath;
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -94,7 +94,7 @@ in {
|
||||
plandex
|
||||
|
||||
# Testing out your web app #532.
|
||||
mysql-workbench
|
||||
dbeaver-bin
|
||||
];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user