aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name
diff options
context:
space:
mode:
Diffstat (limited to 'modules/by-name')
-rw-r--r--modules/by-name/ly/ly/module.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/by-name/ly/ly/module.nix b/modules/by-name/ly/ly/module.nix
index 32459783..3f2607ec 100644
--- a/modules/by-name/ly/ly/module.nix
+++ b/modules/by-name/ly/ly/module.nix
@@ -64,6 +64,12 @@ in {
}
];
+ home-manager.users.soispha = {
+ home.sessionVariables = {
+ XCOMPOSECACHE = "${config.home-manager.users.soispha.xdg.cacheHome}/X11/xcompose";
+ };
+ };
+
services.displayManager.ly = {
enable = true;
x11Support = false;
@@ -85,6 +91,8 @@ in {
# Clear the password on failure.
clear_password = true;
+ session_log = "${config.home-manager.users.soispha.xdg.dataHome}/ly/ly-session.log";
+
clock = "%c";
hibernate_cmd = "systemctl hibernate";