System : Enable Flatpak for steam and bottles due to hude stuttering.
This commit is contained in:
parent
8a4b5b2bc5
commit
079e23d949
5
.config/linux/Flatpak.txt
Normal file
5
.config/linux/Flatpak.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
Flatseal com.github.tchx84.Flatseal 2.1.0 stable system
|
||||
Bottles com.usebottles.bottles 51.10 stable system
|
||||
Steam com.valvesoftware.Steam 1.0.0.78 stable system
|
||||
MangoHud org.freedesktop.Platform.VulkanLayer.MangoHud 0.7.0 22.08 system
|
||||
MangoHud org.freedesktop.Platform.VulkanLayer.MangoHud 0.7.0 23.08 system
|
|
@ -147,6 +147,7 @@
|
|||
modules = [
|
||||
./module/AmdGpu.nix
|
||||
./module/Desktop.nix
|
||||
./module/Flatpak.nix
|
||||
./module/Gnome.nix
|
||||
./module/IntelCpu.nix
|
||||
./module/PowersaveIntel.nix
|
||||
|
@ -159,9 +160,10 @@
|
|||
hostname = "desktop";
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./module/AmdGpu.nix
|
||||
./module/AmdCpu.nix
|
||||
./module/AmdGpu.nix
|
||||
./module/Desktop.nix
|
||||
./module/Flatpak.nix
|
||||
./module/Gnome.nix
|
||||
./module/PowersaveAmd.nix
|
||||
./module/Print.nix
|
||||
|
@ -199,6 +201,7 @@
|
|||
./module/AmdCpu.nix
|
||||
./module/AmdGpu.nix
|
||||
./module/Desktop.nix
|
||||
./module/Flatpak.nix
|
||||
./module/Gnome.nix
|
||||
./module/PowersaveAmd.nix
|
||||
./module/Print.nix
|
||||
|
@ -224,6 +227,7 @@
|
|||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./module/Desktop.nix
|
||||
./module/Flatpak.nix
|
||||
./module/Gnome.nix
|
||||
./module/IntelCpu.nix
|
||||
./module/Powerlimit.nix
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
android-studio
|
||||
blender-hip
|
||||
bottles
|
||||
# bottles
|
||||
gimp
|
||||
gradience
|
||||
jellyfin
|
||||
|
@ -18,5 +18,5 @@
|
|||
};
|
||||
|
||||
# Special packages.
|
||||
programs.steam.enable = true;
|
||||
# programs.steam.enable = true;
|
||||
}
|
||||
|
|
Reference in a new issue