Implement profile

This commit is contained in:
2026-02-27 16:05:00 +01:00
parent 52344e28b1
commit 6eb53c661a
7 changed files with 46 additions and 12 deletions

View File

@@ -1,4 +1,7 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
let
profile = import ../profile.nix;
in
{
imports = [
@@ -8,6 +11,9 @@
environment.systemPackages = with pkgs; [
# Make systems
gnumake
pathon3
]
++ lib.optionals profile.modules.development [
cmake
cmakeCurses