formatin
This commit is contained in:
parent
40b4f3670f
commit
253b389c00
|
@ -1,7 +1,4 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
htop
|
htop
|
||||||
sent
|
sent
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
mutt-wizard
|
mutt-wizard
|
||||||
neomutt
|
neomutt
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
#gui
|
#gui
|
||||||
uget
|
uget
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
vertical_alignment = "center";
|
vertical_alignment = "center";
|
||||||
ellipsize = "middle";
|
ellipsize = "middle";
|
||||||
ignore_newline = false;
|
ignore_newline = false;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_low = {
|
urgency_low = {
|
||||||
|
|
Loading…
Reference in a new issue