feat(home): Base profile

This commit is contained in:
punkfairie 2024-11-15 21:42:19 -08:00
parent adacfc47c4
commit f5b7a2c71e
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -1,6 +1,6 @@
{ config, ... }: { config, ... }:
{ {
home = { config.home = {
sessionPath = [ sessionPath = [
"${config.home.homeDirectory}/.local/bin" "${config.home.homeDirectory}/.local/bin"
]; ];
@ -20,8 +20,4 @@
v = "${config.home.sessionVariables.EDITOR}"; v = "${config.home.sessionVariables.EDITOR}";
}; };
}; };
imports = [
./xdg.nix
];
} }