fix: Formatting

Working:
  - The daemon
  - Mutable config — well, kinda. I'm not yet sure how it will interact with
    `emacsWithPackagesFromUsePackage`.
  - Packages via Nixpkgs
This commit is contained in:
Madeleine Sydney
2025-01-03 17:06:49 -07:00
parent d2ced4089b
commit ceb7bdf92e
2 changed files with 32 additions and 29 deletions

View File

@@ -13,6 +13,7 @@ let users = builtins.readDir ../users;
# Directory name should always match username.
({ ... }: { home.username = username; })
# TODO: Move to default module.
({ lib, ... }: {
nix = {
settings.experimental-features =