mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-16 20:25:32 +00:00
updated flake
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
[
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.vscode-server.nixosModules.default
|
||||
]
|
||||
++ (builtins.attrValues outputs.nixosModules);
|
||||
|
||||
@@ -95,8 +96,17 @@
|
||||
aubio
|
||||
pydub
|
||||
]))
|
||||
# (pkgs.vscode-with-extensions.override {
|
||||
# vscodeExtensions = with pkgs.nix-vscode-extensions.vscode-marketplace; [
|
||||
# # Add Kilo Code extension
|
||||
# kilocode.kilo-code
|
||||
# ];
|
||||
# })
|
||||
];
|
||||
|
||||
services.vscode-server.enable = true;
|
||||
|
||||
|
||||
nix.gc = {
|
||||
automatic = true; # Enable the automatic garbage collector
|
||||
dates = "03:15"; # When to run the garbage collector
|
||||
|
||||
Reference in New Issue
Block a user