setup to run nexus modmanager
This commit is contained in:
parent
619ff7f6e8
commit
f5905f6904
|
@ -70,7 +70,7 @@
|
|||
mangohud
|
||||
gamescope
|
||||
corectrl
|
||||
appimage-run
|
||||
protontricks
|
||||
]) ++ [
|
||||
extra.agda
|
||||
unstable.zoom-us
|
||||
|
|
|
@ -70,6 +70,14 @@
|
|||
neovim
|
||||
];
|
||||
|
||||
programs.appimage = {
|
||||
enable = true;
|
||||
binfmt = true;
|
||||
package = pkgs.appimage-run.override {
|
||||
extraPkgs = pkgs: [ pkgs.icu ];
|
||||
};
|
||||
};
|
||||
|
||||
# [TTY]
|
||||
console = {
|
||||
useXkbConfig = true;
|
||||
|
|
Loading…
Reference in New Issue
Block a user