Add the fish shell
Which we need because of our tmux config.
This commit is contained in:
parent
2fc0223e06
commit
ebb456c7cc
2 changed files with 8 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./fish.nix
|
||||
./tmux.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
7
nixos-anywhere/modules/system/fish.nix
Normal file
7
nixos-anywhere/modules/system/fish.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ config, configPath, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
environment.systemPackages = [ pkgs.fish ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue