From c3b95a73e15f0994b3458e15a4aa880c089cfd67 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 1 Jul 2023 19:15:17 +0900 Subject: [PATCH] test --- common/dotfiles/bash.nix | 1 - configuration.nix | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) 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