feat: add misc style changes

Steam: added gamescopeSession and gamemoderun support
Hyprland: added additional formatting options
This commit is contained in:
Zhongheng Liu 2024-09-07 23:38:54 +03:00
commit 466f0992f1
No known key found for this signature in database
3 changed files with 23 additions and 9 deletions

View file

@ -48,12 +48,8 @@
};
xdg.portal = {
enable = true;
extraPortals = with pkgs; [
xdg-desktop-portal-gtk
];
config = {
common.default = ["gtk"];
};
extraPortals = with pkgs; [xdg-desktop-portal-gtk];
config = {common.default = ["gtk"];};
};
systemd.user.services.mpris-proxy = {
description = "Mpris proxy";
@ -69,8 +65,11 @@
true; # Open ports in the firewall for Source Dedicated Server
localNetworkGameTransfers.openFirewall =
true; # Open ports in the firewall for Steam Local Network Game Transfers
gamescopeSession = {
enable = true;
};
};
programs.gamemode.enable = true;
boot = {
kernelPackages = pkgs.linuxPackages_zen;
supportedFilesystems = ["ntfs"];
@ -131,7 +130,10 @@
initialPassword = "stevenpassword";
isNormalUser = true;
openssh.authorizedKeys.keys = [];
packages = with pkgs; [nh gparted];
packages = with pkgs; [
nh
gparted
];
extraGroups = ["wheel" "input" "networkmanager"];
};
};