Compare commits

...

2 Commits

2 changed files with 12 additions and 0 deletions

View File

@ -174,6 +174,17 @@ in
fi
if [ ''$1 = "windows" ]; then
if [ ''$2 = "prepare" ] && [ ''$3 = "begin" ]; then
systemctl stop windows-share-mount.service
fi
if [ ''$2 = "release" ] && [ ''$3 = "end" ]; then
systemctl start windows-share-mount.service
fi
fi
'';
};

View File

@ -40,6 +40,7 @@ with materusArg.pkgs.lib;
keepassxc
(aspellWithDicts (ds: with ds; [ en en-computers en-science pl ]))
onlyoffice-bin
qalculate-qt
]);
options.materus.profile.packages.list.terminalApps = mkPrivateVar (with pkgs; [