Comment out unsuded WMs
This commit is contained in:
parent
ff47e7ba4b
commit
3c12cbec24
1 changed files with 18 additions and 18 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue