fix(home): Enable journalctl & systemctl
This commit is contained in:
parent
6f456ceef8
commit
1c6d295db6
1 changed files with 2 additions and 0 deletions
|
@ -13,7 +13,9 @@ in
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
fish = enabled;
|
fish = enabled;
|
||||||
|
journalctl = enabled;
|
||||||
neo = enabled;
|
neo = enabled;
|
||||||
|
systemctl = enabled;
|
||||||
};
|
};
|
||||||
xorg = {
|
xorg = {
|
||||||
xsession = enabled;
|
xsession = enabled;
|
||||||
|
|
Loading…
Reference in a new issue