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
sessions = builtins.concatStringsSep ":" [
(pkgs.writeTextFile {
name = "xorg-session.desktop";
destination = "/hyprland-session.desktop";
text = ''
[Desktop Entry]
Name=Hyprland
Exec=Hyprland
'';
})
(pkgs.writeTextFile {
name = "xorg-session.desktop";
destination = "/cosmic-session.desktop";
text = ''
[Desktop Entry]
Name=Cosmic
Exec=cosmic-session
'';
})
# (pkgs.writeTextFile {
# name = "xorg-session.desktop";
# destination = "/hyprland-session.desktop";
# text = ''
# [Desktop Entry]
# Name=Hyprland
# Exec=Hyprland
# '';
# })
# (pkgs.writeTextFile {
# name = "xorg-session.desktop";
# destination = "/cosmic-session.desktop";
# text = ''
# [Desktop Entry]
# Name=Cosmic
# Exec=cosmic-session
# '';
# })
(pkgs.writeTextFile {
name = "xorg-session.desktop";
destination = "/niri-session.desktop";