home: enable mangohud
This commit is contained in:
parent
4fbcce6ac9
commit
66fe5fc189
1 changed files with 5 additions and 0 deletions
|
@ -511,6 +511,11 @@
|
||||||
terminal = "${pkgs.alacritty}/bin/alacritty";
|
terminal = "${pkgs.alacritty}/bin/alacritty";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mangohud = {
|
||||||
|
enable = true;
|
||||||
|
# TODO: add configuration, i have no idea how to display stuff with nix syntax
|
||||||
|
};
|
||||||
|
|
||||||
#boxxy = {
|
#boxxy = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# #rules = {
|
# #rules = {
|
||||||
|
|
Loading…
Reference in a new issue