building nix

This commit is contained in:
Chris Cochrun 2024-04-03 05:03:16 -05:00
parent 0a7264eb38
commit 774cf0d991
4 changed files with 175 additions and 102 deletions

View file

@ -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";
};
};