mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
gaming mode desktop shortcut
This commit is contained in:
@@ -3,13 +3,15 @@
|
||||
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" ];
|
||||
};
|
||||
home.file."Desktop/Spielmodus.desktop".text = ''
|
||||
[Desktop Entry]
|
||||
Name=Spielmodus
|
||||
Exec=qdbus org.kde.Shutdown /Shutdown org.kde.Shutdown.logout
|
||||
Icon=steam
|
||||
Terminal=false
|
||||
Type=Application
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user