yarn: add session for steam
This commit is contained in:
@@ -71,26 +71,6 @@
|
||||
'')
|
||||
];
|
||||
|
||||
# Create desktop entry for Steam session
|
||||
xdg.dataFile."wayland-sessions/steam-session.desktop".text = ''
|
||||
[Desktop Entry]
|
||||
Name=Steam Session
|
||||
Comment=Steam Deck-like gaming session with gamescope
|
||||
Exec=${config.home.homeDirectory}/.nix-profile/bin/steam-session-greetd
|
||||
Type=Application
|
||||
DesktopNames=steam
|
||||
'';
|
||||
|
||||
# Create desktop entry for Niri session
|
||||
xdg.dataFile."wayland-sessions/niri-session.desktop".text = ''
|
||||
[Desktop Entry]
|
||||
Name=Niri Session
|
||||
Comment=Niri Wayland compositor
|
||||
Exec=${config.programs.niri.package}/bin/niri-session
|
||||
Type=Application
|
||||
DesktopNames=niri
|
||||
'';
|
||||
|
||||
programs.obs-studio = {
|
||||
enable = true;
|
||||
plugins = with pkgs.obs-studio-plugins; [
|
||||
|
||||
Reference in New Issue
Block a user