This commit is contained in:
mjallen18
2024-04-06 18:47:18 -05:00
parent 75ebde2cce
commit eb456b934f
9 changed files with 254 additions and 90 deletions

View File

@@ -31,31 +31,31 @@
programs.command-not-found.enable = true;
home.packages = with pkgs; [
homepage-dashboard
# homepage-dashboard
];
# Configure homepage-dashboard
home.file.".homepage-dashboard/config.json".text = ''
{
"modules": [
{
"type": "greeting",
"config": {
"greetings": [
"Welcome to My Dashboard!"
]
}
},
{
"type": "clock"
},
{
"type": "weather",
"config": {
"location": "St. Paul, MN"
}
}
]
}
'';
# # Configure homepage-dashboard
# home.file.".homepage-dashboard/config.json".text = ''
# {
# "modules": [
# {
# "type": "greeting",
# "config": {
# "greetings": [
# "Welcome to My Dashboard!"
# ]
# }
# },
# {
# "type": "clock"
# },
# {
# "type": "weather",
# "config": {
# "location": "St. Paul, MN"
# }
# }
# ]
# }
# '';
}