renamed option

This commit is contained in:
John Lancaster
2026-03-26 22:43:19 -05:00
parent 51103ec4a1
commit 16a39dc46e
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -15,8 +15,10 @@
home-manager.users.john.imports = with inputs.self.modules.homeManager; [
gnome
desktop
{
my-vscode.enable = true;
}
];
vscode.enable = true;
}
] ++ (with self.modules.nixos; [
p14sConfiguration