Compare commits
No commits in common. "d3a1c9260afa3bed5ed9262841cbeca7dbddf618" and "0113129093610ae469d1b59db40cb44ff9c255a8" have entirely different histories.
d3a1c9260a
...
0113129093
|
@ -174,17 +174,6 @@ in
|
||||||
|
|
||||||
fi
|
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
|
keepassxc
|
||||||
(aspellWithDicts (ds: with ds; [ en en-computers en-science pl ]))
|
(aspellWithDicts (ds: with ds; [ en en-computers en-science pl ]))
|
||||||
onlyoffice-bin
|
onlyoffice-bin
|
||||||
qalculate-qt
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
options.materus.profile.packages.list.terminalApps = mkPrivateVar (with pkgs; [
|
options.materus.profile.packages.list.terminalApps = mkPrivateVar (with pkgs; [
|
||||||
|
|
Loading…
Reference in New Issue