mirror of
https://github.com/davegallant/nix-config
synced 2026-01-15 04:14:06 +00:00
Config mangohud
This commit is contained in:
9
home.nix
9
home.nix
@@ -385,6 +385,15 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mangohud = {
|
||||||
|
enable = stdenv.isLinux;
|
||||||
|
settings = {
|
||||||
|
font_size = 16;
|
||||||
|
position = "top-right";
|
||||||
|
toggle_hud = "Shift_R+F1";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
zed-editor = {
|
zed-editor = {
|
||||||
enable = stdenv.isLinux;
|
enable = stdenv.isLinux;
|
||||||
package = unstable.zed-editor;
|
package = unstable.zed-editor;
|
||||||
|
|||||||
@@ -91,7 +91,6 @@
|
|||||||
kdePackages.sddm-kcm
|
kdePackages.sddm-kcm
|
||||||
libation
|
libation
|
||||||
lutris
|
lutris
|
||||||
mangohud
|
|
||||||
mupen64plus
|
mupen64plus
|
||||||
nfs-utils
|
nfs-utils
|
||||||
onlyoffice-desktopeditors
|
onlyoffice-desktopeditors
|
||||||
|
|||||||
Reference in New Issue
Block a user