mirror of
https://github.com/davegallant/nix-config
synced 2026-01-15 08:24:07 +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 = {
|
||||
enable = stdenv.isLinux;
|
||||
package = unstable.zed-editor;
|
||||
|
||||
@@ -91,7 +91,6 @@
|
||||
kdePackages.sddm-kcm
|
||||
libation
|
||||
lutris
|
||||
mangohud
|
||||
mupen64plus
|
||||
nfs-utils
|
||||
onlyoffice-desktopeditors
|
||||
|
||||
Reference in New Issue
Block a user