gamer improvements

This commit is contained in:
notgne2 2022-05-14 08:58:40 -07:00
parent b0418eb56f
commit 4b500953fd
No known key found for this signature in database
GPG key ID: 5CE0A245A2DAC84A
3 changed files with 75 additions and 14 deletions

View file

@ -24,6 +24,14 @@ in
enable = lib.mkDefault true;
};
home.packages = with pkgs; [
ark
unzip
unrar
mpv
];
xsession.enable = true;
xsession.windowManager.i3 = {
enable = true;