mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-14 19:32:23 +00:00
testig HM as module - try 2
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
{ inputs, lib, pkgs, config, outputs, ... }:
|
{ inputs, lib, pkgs, config, outputs, ... }:
|
||||||
{
|
{
|
||||||
|
|
||||||
imports = [
|
# imports = [
|
||||||
"${inputs.vscode-server}/modules/vscode-server/home.nix"
|
# "${inputs.vscode-server}/modules/vscode-server/home.nix"
|
||||||
];
|
# ];
|
||||||
# ++ (builtins.attrValues outputs.homeManagerModules);
|
# ++ (builtins.attrValues outputs.homeManagerModules);
|
||||||
|
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
description = "Path to the Secrets storage";
|
description = "Path to the Secrets storage";
|
||||||
};
|
};
|
||||||
|
|
||||||
config = {
|
# config = {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -56,9 +56,9 @@ config = {
|
|||||||
# services.vscode-server.nodejsPackage = pkgs.nodejs-18_x;
|
# services.vscode-server.nodejsPackage = pkgs.nodejs-18_x;
|
||||||
|
|
||||||
|
|
||||||
programs = {
|
# programs = {
|
||||||
home-manager.enable = true;
|
# home-manager.enable = true;
|
||||||
git.enable = true;
|
# git.enable = true;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user