test
This commit is contained in:
parent
ca6d15499c
commit
c3b95a73e1
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
{ config, pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
environment.systemPackages = with pkgs; [ powerline-go ];
|
|
||||||
# Configure BASH exports
|
# Configure BASH exports
|
||||||
programs = {
|
programs = {
|
||||||
bash = {
|
bash = {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue