System Gen75 @ 2025-06-25-00:58:17 by jonas@monolith

This commit is contained in:
2025-06-25 00:58:18 +02:00
parent c37d9f7a43
commit 211978092d
5 changed files with 79 additions and 10 deletions

View File

@@ -40,6 +40,12 @@
hive.doom.enableCopilot = true;
hive.doom.withNixPkgs = true;
hive.doom.withShellPkgs = true;
hive.programs.creative = {
enable = true;
image-management = true;
image-raw-processing = true;
video-editing-light = true;
};
# Make session variables available in systemd units
# SEE: https://github.com/nix-community/home-manager/pull/5543