setup to run nexus modmanager

This commit is contained in:
Rachel Lambda Samuelsson 2025-03-18 00:11:54 +01:00
parent 619ff7f6e8
commit f5905f6904
2 changed files with 9 additions and 1 deletions

View File

@ -70,7 +70,7 @@
mangohud
gamescope
corectrl
appimage-run
protontricks
]) ++ [
extra.agda
unstable.zoom-us

View File

@ -70,6 +70,14 @@
neovim
];
programs.appimage = {
enable = true;
binfmt = true;
package = pkgs.appimage-run.override {
extraPkgs = pkgs: [ pkgs.icu ];
};
};
# [TTY]
console = {
useXkbConfig = true;