Remove unused projects
This commit is contained in:
parent
d45f48427b
commit
54918b4361
1 changed files with 2 additions and 15 deletions
|
|
@ -18,19 +18,6 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
homelab = {
|
|
||||||
description = "Homelab Deployment";
|
|
||||||
windows = [
|
|
||||||
{
|
|
||||||
name = "";
|
|
||||||
path = homePath "Documents/Projects/Homelab-deploy";
|
|
||||||
ai = true;
|
|
||||||
git = true;
|
|
||||||
shell = true;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
note = {
|
note = {
|
||||||
description = "Obsidian notes";
|
description = "Obsidian notes";
|
||||||
windows = [
|
windows = [
|
||||||
|
|
@ -58,7 +45,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
blog = {
|
blog = {
|
||||||
description = "Personal blog project";
|
description = "Personal blog";
|
||||||
windows = [
|
windows = [
|
||||||
{
|
{
|
||||||
name = "c";
|
name = "c";
|
||||||
|
|
@ -77,7 +64,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
homepage = {
|
homepage = {
|
||||||
description = "Personal Homepage";
|
description = "Personal homepage";
|
||||||
windows = [
|
windows = [
|
||||||
{
|
{
|
||||||
name = "";
|
name = "";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue