mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-08-30 23:07:12 +02:00
refactor(home): share XDG base configuration
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{ myvars, lib }:
|
||||
let
|
||||
username = myvars.username;
|
||||
in
|
||||
lib.genAttrs
|
||||
[
|
||||
"ai-niri"
|
||||
"aquamarine"
|
||||
"ruby"
|
||||
]
|
||||
(_: {
|
||||
enable = true;
|
||||
stateHome = "/home/${username}/.local/state";
|
||||
})
|
||||
Reference in New Issue
Block a user