Compare commits

..
2 Commits
Author SHA1 Message Date
Administrateur 80e5d0b8b5 We add forget files 2026-02-01 14:59:22 +01:00
Administrateur 753d417736 Add of dev dependencies 2026-02-01 14:59:03 +01:00
3 changed files with 28 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
{
pkgs,
lib,
config,
...
}:
with lib;
let
cfg = config.os.shell.dev;
in
{
options.os.shell.dev = {
enable = mkEnableOption "System git service";
};
config = mkIf cfg.enable {
environment.systemPackages = with pkgs; [
gcc
];
};
}
+6 -1
View File
@@ -1,4 +1,9 @@
{ lib, config, ... }: {
pkgs,
lib,
config,
...
}:
with lib; with lib;
let let
cfg = config.os.shell.git; cfg = config.os.shell.git;
+1
View File
@@ -34,6 +34,7 @@
os.virtualisation.podman.enable = true; os.virtualisation.podman.enable = true;
# Dev # Dev
os.shell.dev.enable = true;
os.shell.devenv.enable = true; os.shell.devenv.enable = true;
# System version # System version