restoring to latest 'valid' state

This commit is contained in:
Chris Kruining 2025-03-18 22:30:48 +01:00
parent a79dccf55a
commit 34874dd592
6 changed files with 9 additions and 43 deletions

View file

@ -27,7 +27,7 @@ in rec
name = removeSuffix ".nix" (baseNameOf path);
in
{
imports = (mapModulesRec' ../modules/home (file: file));
# imports = (mapModulesRec' ../modules/home (file: file));
home = {
inherit stateVersion;
sessionPath = [ "$SNEEUWVLOK_BIN" "$XDG_BIN_HOME" "$PATH" ]; # Pretty sure I don't need this.