gaming mode desktop shortcut

This commit is contained in:
2026-03-11 14:13:27 +01:00
parent 37b7a252c3
commit 6d70fcf392

View File

@@ -3,13 +3,15 @@
flake.homeModules.kde-usr-plasma-deck = { config, ... }: flake.homeModules.kde-usr-plasma-deck = { config, ... }:
{ {
xdg.desktopEntries."return-to-gaming-mode" = { home.file."Desktop/Spielmodus.desktop".text = ''
name = "Spielmodus"; [Desktop Entry]
exec = "qdbus org.kde.Shutdown /Shutdown org.kde.Shutdown.logout"; Name=Spielmodus
icon = "steam"; Exec=qdbus org.kde.Shutdown /Shutdown org.kde.Shutdown.logout
terminal = false; Icon=steam
categories = [ "Game" ]; Terminal=false
}; Type=Application
Categories=Game;
'';
imports = [ inputs.plasma-manager.homeModules.plasma-manager ]; imports = [ inputs.plasma-manager.homeModules.plasma-manager ];
home.file."Code/.directory".source = ./dotfiles/code-folder; home.file."Code/.directory".source = ./dotfiles/code-folder;
home.file.".config/haruna/haruna.conf".source = ./dotfiles/haruna-config; home.file.".config/haruna/haruna.conf".source = ./dotfiles/haruna-config;