refactor(grfn/i3): use default python package set for py3status
Change-Id: Idcfd145035830c5da6926e3b013477178debef1f Reviewed-on: https://cl.tvl.fyi/c/depot/+/5527 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
c56a0e2760
commit
9dd7743238
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ in
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
rofi
|
rofi
|
||||||
rofi-pass
|
rofi-pass
|
||||||
python38Packages.py3status
|
python3Packages.py3status
|
||||||
i3lock
|
i3lock
|
||||||
i3status
|
i3status
|
||||||
dconf # for gtk
|
dconf # for gtk
|
||||||
|
|
Loading…
Reference in a new issue