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
|
||||
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";
|
||||
|
|
Loading…
Add table
Reference in a new issue