Common/fish: enable fish
This commit is contained in:
parent
617a0b2356
commit
46678f11f1
2 changed files with 12 additions and 0 deletions
11
roles/common/programs/fish.nix
Normal file
11
roles/common/programs/fish.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{...}: {
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home-manager.users.toast = {
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue