Add HM bootstrap script and tidy installer workflow
This commit is contained in:
parent
dd15c09fdd
commit
d1713bdc99
10 changed files with 184 additions and 43 deletions
10
modules/system/packages.nix
Normal file
10
modules/system/packages.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Baseline system tools available everywhere; users run Home Manager standalone.
|
||||
config.environment.systemPackages = lib.mkAfter [
|
||||
pkgs.home-manager
|
||||
pkgs.ghostty
|
||||
pkgs.libnotify
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue