gaming mode desktop shortcut

This commit is contained in:
2026-03-11 14:04:31 +01:00
parent a56196a8ce
commit 37b7a252c3

View File

@@ -2,6 +2,14 @@
{
flake.homeModules.kde-usr-plasma-deck = { config, ... }:
{
xdg.desktopEntries."return-to-gaming-mode" = {
name = "Spielmodus";
exec = "qdbus org.kde.Shutdown /Shutdown org.kde.Shutdown.logout";
icon = "steam";
terminal = false;
categories = [ "Game" ];
};
imports = [ inputs.plasma-manager.homeModules.plasma-manager ];
home.file."Code/.directory".source = ./dotfiles/code-folder;
home.file.".config/haruna/haruna.conf".source = ./dotfiles/haruna-config;