Compare commits

...

2 Commits

Author SHA1 Message Date
7c97a1e0fb add gamescope package
Some checks are pending
Flake.lock / build (push) Waiting to run
2024-08-17 00:08:53 +02:00
13ad7812d4 wallpaper change interval 2024-08-17 00:05:24 +02:00
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ ... }:
{ pkgs, ... }:
{
programs.steam = {
enable = true;
@ -6,4 +6,7 @@
dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
};
environment.systemPackages = [
pkgs.gamescope
];
}

View File

@ -18,6 +18,7 @@
enable = true;
workspace.wallpaperSlideShow.path = /home/mo/Bilder/Wallpaper;
workspace.wallpaperSlideShow.interval = 864000;
#workspace.wallpaper = "/home/mo/Bilder/Wallpaper/wallpaper-nix.png";
kscreenlocker.appearance.wallpaper = "/home/mo/Bilder/Wallpaper/wallpaper-nix.png";