Comment out unsuded WMs

This commit is contained in:
Andrea Ciceri 2025-03-06 13:06:09 +01:00
parent ff47e7ba4b
commit 3c12cbec24
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -5,24 +5,24 @@
}: }:
let let
sessions = builtins.concatStringsSep ":" [ sessions = builtins.concatStringsSep ":" [
(pkgs.writeTextFile { # (pkgs.writeTextFile {
name = "xorg-session.desktop"; # name = "xorg-session.desktop";
destination = "/hyprland-session.desktop"; # destination = "/hyprland-session.desktop";
text = '' # text = ''
[Desktop Entry] # [Desktop Entry]
Name=Hyprland # Name=Hyprland
Exec=Hyprland # Exec=Hyprland
''; # '';
}) # })
(pkgs.writeTextFile { # (pkgs.writeTextFile {
name = "xorg-session.desktop"; # name = "xorg-session.desktop";
destination = "/cosmic-session.desktop"; # destination = "/cosmic-session.desktop";
text = '' # text = ''
[Desktop Entry] # [Desktop Entry]
Name=Cosmic # Name=Cosmic
Exec=cosmic-session # Exec=cosmic-session
''; # '';
}) # })
(pkgs.writeTextFile { (pkgs.writeTextFile {
name = "xorg-session.desktop"; name = "xorg-session.desktop";
destination = "/niri-session.desktop"; destination = "/niri-session.desktop";