Move .xinitrc
This commit is contained in:
parent
1899081f06
commit
3bd7f1fffe
|
@ -12,7 +12,7 @@ with lib;
|
|||
|
||||
config = mkIf config.homeManagerModules.dwm.enable {
|
||||
home = {
|
||||
file.".xinitrc".text = ''
|
||||
file."${config.home.sessionVariables.XINITRC}".text = ''
|
||||
systemctl --user import-environment DISPLAY
|
||||
|
||||
copyq &
|
||||
|
@ -26,6 +26,10 @@ with lib;
|
|||
exec dwm
|
||||
'';
|
||||
|
||||
sessionVariables = {
|
||||
XINITRC = "${config.xdg.configHome}/X11/xinitrc";
|
||||
};
|
||||
|
||||
packages = with pkgs; [
|
||||
dunst
|
||||
poweralertd
|
||||
|
|
Loading…
Reference in a new issue