From 1b65ba7a838e422c9bf16ddcaf796a996fa51b6b Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Fri, 27 Dec 2024 08:45:34 +0100 Subject: refactor: introduce profiles --- nixos/profiles/workstation/create.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 nixos/profiles/workstation/create.nix (limited to 'nixos/profiles/workstation/create.nix') diff --git a/nixos/profiles/workstation/create.nix b/nixos/profiles/workstation/create.nix new file mode 100644 index 0000000..1fc7a28 --- /dev/null +++ b/nixos/profiles/workstation/create.nix @@ -0,0 +1,11 @@ +{ config, pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ + graphviz-nox # for dot + + gimp + krita + ]; +} + -- cgit v1.2.3