mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 11:16:33 +01:00
Moved mangohud and goverlay to system paclges
This commit is contained in:
parent
cc8d5d6b68
commit
49e9f22932
1 changed files with 2 additions and 2 deletions
|
@ -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]))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue