Common/fish: enable fish
This commit is contained in:
parent
617a0b2356
commit
46678f11f1
2 changed files with 12 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
./helix.nix
|
||||
./direnv.nix
|
||||
./atuin.nix
|
||||
./fish.nix
|
||||
];
|
||||
# Some programs dont have a programs.*.enable option, so I install their package here
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
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