Compare commits

..

No commits in common. "9e2914d0dc03be454063adc940a4f09d26a1b4aa" and "04f1310c0a68aa7912c6fd175c2c441bd6b3cc89" have entirely different histories.

2 changed files with 49 additions and 55 deletions

View file

@ -175,9 +175,9 @@
programs.steam = {
enable = true;
package = pkgs.steam.override {
extraPkgs = (pkgs: with pkgs; with unstable; [
extraPkgs = (pkgs: with pkgs; [
gamemode
unstable.mangohud
mangohud
# additional packages...
# e.g. some games require python3
]);

View file

@ -8,15 +8,6 @@
{
systemd.services.jellyfin-rpc = {
enable = disable;
path = [ pkgs.jellyfin-rpc ];
serviceConfig = {
User = "buymymojo";
ExecStart = "${pkgs.nix}/bin/nix run nixpkgs#jellyfin-rpc";
};
};
services = {
openssh.enable = true;
flatpak.enable = true;
@ -42,6 +33,9 @@
configDir = "/home/buymymojo/Documents/.config/syncthing"; # Folder for Syncthing's settings and keys
};
# services.blocky = {
# enable = true;
# settings = {