updates
This commit is contained in:
@@ -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"
|
||||
# }
|
||||
# }
|
||||
# ]
|
||||
# }
|
||||
# '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user