home.sessionVariables doesn't work with a login manager
This commit is contained in:
parent
20c315f962
commit
2547333607
|
@ -26,6 +26,7 @@ in with lib; {
|
|||
|
||||
home-manager.users.james = {
|
||||
home.sessionVariables = { XDG_CURRENT_DESKTOP = "sway"; };
|
||||
systemd.user.sessionVariables = { XDG_CURRENT_DESKTOP = "sway"; };
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
package = null;
|
||||
|
|
|
@ -9,6 +9,7 @@ in with lib; {
|
|||
numix-cursor-theme
|
||||
];
|
||||
home.sessionVariables = { GTK_THEME = "Dracula"; };
|
||||
systemd.user.sessionVariables = { GTK_THEME = "Dracula"; };
|
||||
|
||||
xdg.configFile."gtk-3.0/settings.ini".text = ''
|
||||
[Settings]
|
||||
|
|
Reference in New Issue
Block a user