This commit is contained in:
iFargle 2023-07-01 19:15:17 +09:00
parent ca6d15499c
commit c3b95a73e1
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,4 @@
{ config, pkgs, ... }: {
environment.systemPackages = with pkgs; [ powerline-go ];
# Configure BASH exports
programs = {
bash = {

View file

@ -123,6 +123,9 @@
# Secureboot
sbctl
# Bash powerline
powerline-go
# General packages
# https://github.com/gvolpe/dconf2nix
dconf2nix