Correctly enable Fish so aliases are set.
This commit is contained in:
parent
31a2c39d2b
commit
65edf315b2
1 changed files with 8 additions and 5 deletions
|
@ -10,11 +10,14 @@
|
||||||
|
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
|
|
||||||
home-manager.users.root.home = {
|
home-manager.users.root = {
|
||||||
shellAliases = {
|
programs.fish.enable = true;
|
||||||
"systemctl" = "systemctl --no-ager -l";
|
home = {
|
||||||
"journalctl" = "journalctl --no-pager -l";
|
shellAliases = {
|
||||||
|
"systemctl" = "systemctl --no-pager -l";
|
||||||
|
"journalctl" = "journalctl --no-pager -l";
|
||||||
|
};
|
||||||
|
stateVersion = "24.11";
|
||||||
};
|
};
|
||||||
stateVersion = "24.11";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue