Moved mangohud and goverlay to system paclges

This commit is contained in:
Johannes Jöns 2023-09-04 18:37:29 +02:00
parent cc8d5d6b68
commit 49e9f22932

View file

@ -42,8 +42,6 @@
nerdfonts nerdfonts
league-of-moveable-type league-of-moveable-type
twitter-color-emoji twitter-color-emoji
mangohud
goverlay
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
@ -58,6 +56,8 @@
libsForQt5.qtstyleplugin-kvantum libsForQt5.qtstyleplugin-kvantum
mixxx mixxx
picard picard
mangohud
goverlay
(python3.withPackages(ps: with ps; [ beautifulsoup4 requests])) (python3.withPackages(ps: with ps; [ beautifulsoup4 requests]))