mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-26 02:38:30 +02:00
chore: format code
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
|
||||
{config, username, ...}: let
|
||||
{
|
||||
config,
|
||||
username,
|
||||
...
|
||||
}: let
|
||||
d = config.xdg.dataHome;
|
||||
c = config.xdg.configHome;
|
||||
cache = config.xdg.cacheHome;
|
||||
in rec {
|
||||
|
||||
home.homeDirectory = "/home/${username}";
|
||||
|
||||
# environment variables that always set at login
|
||||
|
||||
Reference in New Issue
Block a user