mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-20 07:51:22 +02:00
feat: add comments, format all nix files
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
{config, ...}:
|
||||
{ config, ... }:
|
||||
|
||||
let
|
||||
d = config.xdg.dataHome;
|
||||
c = config.xdg.configHome;
|
||||
cache = config.xdg.cacheHome;
|
||||
in rec {
|
||||
in
|
||||
rec {
|
||||
# add environment variables
|
||||
systemd.user.sessionVariables = {
|
||||
# clean up ~
|
||||
@@ -29,4 +30,4 @@ in rec {
|
||||
};
|
||||
|
||||
home.sessionVariables = systemd.user.sessionVariables;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user