atuind globally
This commit is contained in:
parent
49d8c553f8
commit
69f787f991
2 changed files with 9 additions and 5 deletions
|
@ -6,8 +6,13 @@ with config;
|
|||
];
|
||||
|
||||
config = {
|
||||
myHome.username = "jahanson";
|
||||
myHome.homeDirectory = "/home/jahanson/";
|
||||
myHome = {
|
||||
username = "jahanson";
|
||||
homeDirectory = "/home/jahanson/";
|
||||
shell = {
|
||||
atuind.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
systemd.user.sessionVariables = {
|
||||
EDITOR = "vim";
|
||||
|
|
|
@ -11,7 +11,6 @@ with config;
|
|||
starship.enable = true;
|
||||
fish.enable = true;
|
||||
wezterm.enable = true;
|
||||
atuind.enable = true;
|
||||
|
||||
git = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue