We add forget files
This commit is contained in:
@@ -12,11 +12,10 @@ in
|
|||||||
options.os.shell.dev = {
|
options.os.shell.dev = {
|
||||||
enable = mkEnableOption "System git service";
|
enable = mkEnableOption "System git service";
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
llvm
|
gcc
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user