Odin: add qtvirtualkeyboard
This commit is contained in:
parent
b92ba90aa0
commit
bc5f9506ba
1 changed files with 4 additions and 1 deletions
|
|
@ -86,7 +86,10 @@ in
|
||||||
gamescope = { enable = true; capSysNice = true; };
|
gamescope = { enable = true; capSysNice = true; };
|
||||||
steam.gamescopeSession.enable = true;
|
steam.gamescopeSession.enable = true;
|
||||||
};
|
};
|
||||||
environment.systemPackages = [ pkgs.gnome-tweaks ];
|
environment.systemPackages = [
|
||||||
|
pkgs.gnome-tweaks
|
||||||
|
pkgs.maliit-keyboard
|
||||||
|
];
|
||||||
# services.getty.autologinUser = "tiziano";
|
# services.getty.autologinUser = "tiziano";
|
||||||
# environment = {
|
# environment = {
|
||||||
# systemPackages = [ pkgs.mangohud ];
|
# systemPackages = [ pkgs.mangohud ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue