working emacs?

This commit is contained in:
Charlie Root 2024-05-19 23:38:49 +02:00
commit 3fc5284ec8
6 changed files with 33 additions and 23 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, config, ... }:
{ config, ... }:
let
username = config.modules.other.system.username;
hmCfg = config.home-manager.users.${username};