Compare commits
No commits in common. "d3a1c9260afa3bed5ed9262841cbeca7dbddf618" and "0113129093610ae469d1b59db40cb44ff9c255a8" have entirely different histories.
d3a1c9260a
...
0113129093
|
@ -175,17 +175,6 @@ 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
|
||||
|
||||
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
@ -40,7 +40,6 @@ 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; [
|
||||
|
|
Loading…
Reference in New Issue