prevents an incomplete system
This commit is contained in:
parent
e13b1deeb5
commit
ffcf2e3225
1 changed files with 4 additions and 1 deletions
|
|
@ -1,9 +1,12 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
fish-rust = pkgs.callPackage ../pkgs/fish-rust { };
|
||||
in
|
||||
{
|
||||
programs.fish.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
fish-rust
|
||||
starship
|
||||
fzf
|
||||
bat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue