about summary refs log tree commit diff stats
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/config/config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/config/config.go b/internal/config/config.go
index e381e61..90291d1 100644
--- a/internal/config/config.go
+++ b/internal/config/config.go
@@ -59,7 +59,7 @@ var defaultConfig = Config{
 			},
 		},
 		"darwin": {
-			Name:          "darwin",
+			Name:          "Darwin",
 			Enable:        false,
 			Type:          importer.Channel,
 			Channel:       "nix-darwin",
@@ -75,7 +75,7 @@ var defaultConfig = Config{
 			},
 		},
 		"home-manager": {
-			Name:          "home-manager",
+			Name:          "Home Manager",
 			Enable:        false,
 			Type:          importer.Channel,
 			ImportPath:    "default.nix",