Add default apps to open and dconf settings
This commit is contained in:
parent
79ed68cd04
commit
b627d552b5
|
@ -23,9 +23,11 @@
|
|||
./misc/avtools.nix
|
||||
./misc/filemanager.nix
|
||||
./misc/production.nix
|
||||
#./misc/remotedesktop.nix
|
||||
./misc/gaming.nix
|
||||
#./misc/emulators.nix
|
||||
#./misc/remotedesktop.nix
|
||||
./misc/school.nix
|
||||
./misc/variables.nix
|
||||
|
||||
# Theming
|
||||
./style/gtk.nix
|
||||
|
|
8
home-manager/misc/gaming.nix
Normal file
8
home-manager/misc/gaming.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
steam
|
||||
steam-run
|
||||
heroic
|
||||
prismlauncher
|
||||
];
|
||||
}
|
|
@ -7,17 +7,4 @@
|
|||
|
||||
# Enable hardware like the Steam Controller
|
||||
hardware.steam-hardware.enable = true;
|
||||
|
||||
# Enable the Steam client
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
extraPackages = with pkgs; [
|
||||
steam-run heroic prismlauncher
|
||||
];
|
||||
extraCompatPackages = with pkgs; [
|
||||
proton-ge-bin
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue