cerulean now supports home-manager

This commit is contained in:
do butterflies cry? 2026-02-13 12:50:01 +10:00
parent 4329feb5f4
commit dd2e30801d

View file

@ -50,16 +50,6 @@
users.defaultUserShell = pkgs.bash;
home-manager = {
users =
config.users.users
|> builtins.attrNames
|> builtins.filter (x: builtins.pathExists (root + "/homes/${x}"))
|> (x: lib.genAttrs x (y: import (root + "/homes/${y}")));
extraSpecialArgs = {inherit inputs pkgs upkgs;};
};
environment.systemPackages = with pkgs; [
git
vim