diff --git a/common/dotfiles/bash.nix b/common/dotfiles/bash.nix index cf93fdf7..c5961b68 100644 --- a/common/dotfiles/bash.nix +++ b/common/dotfiles/bash.nix @@ -1,5 +1,4 @@ { config, pkgs, ... }: { - environment.systemPackages = with pkgs; [ powerline-go ]; # Configure BASH exports programs = { bash = { diff --git a/configuration.nix b/configuration.nix index f481ea8f..2ede54a4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -123,6 +123,9 @@ # Secureboot sbctl + # Bash powerline + powerline-go + # General packages # https://github.com/gvolpe/dconf2nix dconf2nix