adding back awesome and tweaking greetd to use it
This commit is contained in:
parent
b94c5fe1b7
commit
672dbb8af9
|
@ -357,7 +357,7 @@ colors:
|
||||||
# - (Linux/BSD) user login shell
|
# - (Linux/BSD) user login shell
|
||||||
# - (Windows) powershell
|
# - (Windows) powershell
|
||||||
shell:
|
shell:
|
||||||
program: bash
|
program: fish
|
||||||
# args:
|
# args:
|
||||||
# - --login
|
# - --login
|
||||||
|
|
||||||
|
|
|
@ -31,10 +31,10 @@ with lib;
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autorun = false;
|
autorun = false;
|
||||||
# windowManager.awesome = {
|
windowManager.awesome = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# package = pkgs.awesome;
|
package = pkgs.awesome;
|
||||||
# };
|
};
|
||||||
displayManager = {
|
displayManager = {
|
||||||
startx.enable = true;
|
startx.enable = true;
|
||||||
sddm = {
|
sddm = {
|
||||||
|
@ -77,7 +77,7 @@ with lib;
|
||||||
user = "chris";
|
user = "chris";
|
||||||
};
|
};
|
||||||
default_session = {
|
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";
|
user = "greeter";
|
||||||
};
|
};
|
||||||
plasma_session = {
|
plasma_session = {
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
IMAPAccount office
|
IMAPAccount office
|
||||||
Host outlook.office365.com
|
Host outlook.office365.com
|
||||||
User chris@tfcconnection.org
|
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
|
AuthMechs LOGIN
|
||||||
SSLType IMAPS
|
SSLType IMAPS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue