It's a home manager option oops
This commit is contained in:
parent
0cc5bb9a60
commit
0ab12a9f4a
|
@ -27,6 +27,11 @@
|
|||
r2modman
|
||||
];
|
||||
|
||||
programs.mangohud = {
|
||||
enable = true;
|
||||
enableSessionWide = true;
|
||||
};
|
||||
|
||||
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
home.stateVersion = "24.05";
|
||||
}
|
||||
|
|
|
@ -67,11 +67,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.mangohud = {
|
||||
enable = true;
|
||||
enableSessionWide = true;
|
||||
};
|
||||
|
||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||
|
||||
boot.lanzaboote = {
|
||||
|
|
Loading…
Reference in a new issue