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;
|
||||
|
||||
home-manager.users.root.home = {
|
||||
shellAliases = {
|
||||
"systemctl" = "systemctl --no-ager -l";
|
||||
"journalctl" = "journalctl --no-pager -l";
|
||||
home-manager.users.root = {
|
||||
programs.fish.enable = true;
|
||||
home = {
|
||||
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