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, ... }: {
|
||||
environment.systemPackages = with pkgs; [ powerline-go ];
|
||||
# Configure BASH exports
|
||||
programs = {
|
||||
bash = {
|
||||
|
|
|
@ -123,6 +123,9 @@
|
|||
# Secureboot
|
||||
sbctl
|
||||
|
||||
# Bash powerline
|
||||
powerline-go
|
||||
|
||||
# General packages
|
||||
# https://github.com/gvolpe/dconf2nix
|
||||
dconf2nix
|
||||
|
|
Loading…
Reference in a new issue