home-manager and just optimizations

This commit is contained in:
randogoth 2026-02-02 21:30:08 +02:00
parent d1713bdc99
commit 280f83488b
6 changed files with 102 additions and 39 deletions

View file

@ -3,8 +3,10 @@
{
# Baseline system tools available everywhere; users run Home Manager standalone.
config.environment.systemPackages = lib.mkAfter [
pkgs.home-manager
pkgs.ghostty
pkgs.home-manager
pkgs.just
pkgs.libnotify
pkgs.micro
];
}