finally fixing the ups, plus tons of formatting
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
|
||||
home.username = "admin";
|
||||
@@ -46,33 +46,4 @@
|
||||
};
|
||||
|
||||
programs.command-not-found.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# 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"
|
||||
# }
|
||||
# }
|
||||
# ]
|
||||
# }
|
||||
# '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user