updated flake

This commit is contained in:
2025-10-12 13:51:38 +00:00
parent e176f52a75
commit 2443b87619
5 changed files with 187 additions and 30 deletions

View File

@@ -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