add vscode server microvm and update user configurations

This commit is contained in:
2025-03-01 15:31:17 +01:00
parent 386b70314d
commit 3b043eaf6d
6 changed files with 62 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ in {
imports =
[ # Include the results of the hardware scan.
"${impermanence}/nixos.nix"
(import <nix-snapd>).nixosModules.default
# (import <nix-snapd>).nixosModules.default
./utils/bento.nix
./utils/modules/sops.nix
@@ -40,7 +40,7 @@ in {
];
services.snap.enable = true;
# services.snap.enable = true;
nixpkgs.overlays = [
(import ./utils/overlays/packages.nix)