adding back awesome and tweaking greetd to use it

This commit is contained in:
Chris Cochrun 2023-01-31 12:57:32 -06:00
parent b94c5fe1b7
commit 672dbb8af9
3 changed files with 7 additions and 7 deletions

View file

@ -357,7 +357,7 @@ colors:
# - (Linux/BSD) user login shell
# - (Windows) powershell
shell:
program: bash
program: fish
# args:
# - --login

View file

@ -31,10 +31,10 @@ with lib;
services.xserver = {
enable = true;
autorun = false;
# windowManager.awesome = {
# enable = true;
# package = pkgs.awesome;
# };
windowManager.awesome = {
enable = true;
package = pkgs.awesome;
};
displayManager = {
startx.enable = true;
sddm = {
@ -77,7 +77,7 @@ with lib;
user = "chris";
};
default_session = {
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time -r --window-padding 2 --cmd dbus-run-session startplasma-wayland -s /etc/greetd/environments";
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time -r --window-padding 2 --cmd 'dbus-run-session startplasma-wayland' -s /etc/greetd/environments";
user = "greeter";
};
plasma_session = {

View file

@ -83,7 +83,7 @@
IMAPAccount office
Host outlook.office365.com
User chris@tfcconnection.org
PassCmd "rbw get --full 'Office 365' | rg mbsync | awk '{print $3}'"
PassCmd "rbw get --full 'Office 365' | rg 'mbsync pass' | awk '{print $3}'"
AuthMechs LOGIN
SSLType IMAPS