1
0
Fork 0

Persist Displayconfig

This commit is contained in:
Malte Brandy 2022-01-30 13:08:48 +01:00
parent cf03e2cea3
commit 206f54ff90

View file

@ -33,7 +33,7 @@ let
"git" "git"
"media" "media"
]; ];
persistentStateFiles = [ ".chpwd-recent-dirs" ".zsh_history" ]; persistentStateFiles = [ ".chpwd-recent-dirs" ".zsh_history" ".config/monitors.xml" ];
volatileStateFiles = [ ]; volatileStateFiles = [ ];
volatileStateDirs = [ ".steam" ".local/share/Steam" ]; volatileStateDirs = [ ".steam" ".local/share/Steam" ];
mkLine = type: to: from: "${type} ${to} - - - - ${from}"; mkLine = type: to: from: "${type} ${to} - - - - ${from}";