building nix
This commit is contained in:
parent
0a7264eb38
commit
774cf0d991
4 changed files with 175 additions and 102 deletions
|
@ -89,12 +89,12 @@ with lib;
|
|||
enable = true;
|
||||
settings = rec {
|
||||
initial_session = {
|
||||
command = "hyprland";
|
||||
command = "dbus-run-session Hyprland";
|
||||
# command = "dbus-run-session startplasma-wayland";
|
||||
user = "chris";
|
||||
};
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time -r --window-padding 2 --cmd 'hyprland' -s /etc/greetd/environments";
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time -r --window-padding 2 --cmd 'dbus-run-session Hyprland' -s /etc/greetd/environments";
|
||||
user = "greeter";
|
||||
};
|
||||
plasma_session = {
|
||||
|
@ -102,7 +102,7 @@ with lib;
|
|||
user = "chris";
|
||||
};
|
||||
hyprland_session = {
|
||||
command = "/home/chris/bin/hyprland";
|
||||
command = "Hyprland";
|
||||
user = "chris";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue