Install gamemode

This commit is contained in:
2024-05-05 22:18:49 +02:00
parent 3030373877
commit 5223493d78
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
home = "/home/torjus";
description = "Torjus";
shell = pkgs.zsh;
extraGroups = [ "wheel" "input" "networkmanager" "video" ];
extraGroups = [ "wheel" "input" "networkmanager" "video" "gamemode" ];
# Install some user packages
packages = with pkgs; [
];