feat(home): Base profile
This commit is contained in:
parent
adacfc47c4
commit
f5b7a2c71e
1 changed files with 1 additions and 5 deletions
|
@ -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
|
|
||||||
];
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue