making kaladin use hyprland
This commit is contained in:
parent
aa801d3476
commit
984e06d60d
5 changed files with 14 additions and 11 deletions
|
@ -73,7 +73,7 @@ with lib;
|
|||
enable = true;
|
||||
settings = rec {
|
||||
initial_session = {
|
||||
command = "dbus-run-session startplasma-wayland";
|
||||
command = if builtins.readFile "/etc/hostname" == "syl\n" then "dbus-run-session startplasma-wayland" else "hyprland";
|
||||
user = "chris";
|
||||
};
|
||||
default_session = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue