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, ... }: { { config, pkgs, ... }: {
environment.systemPackages = with pkgs; [ powerline-go ];
# Configure BASH exports # Configure BASH exports
programs = { programs = {
bash = { bash = {

View file

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