mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-21 00:11:26 +02:00
fix: darwin
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
{config, ...}: let
|
||||
|
||||
{config, username, ...}: let
|
||||
d = config.xdg.dataHome;
|
||||
c = config.xdg.configHome;
|
||||
cache = config.xdg.cacheHome;
|
||||
in rec {
|
||||
|
||||
home.homeDirectory = "/home/${username}";
|
||||
|
||||
# add environment variables
|
||||
systemd.user.sessionVariables = {
|
||||
# clean up ~
|
||||
|
||||
Reference in New Issue
Block a user