Compare commits
2 Commits
0113129093
...
d3a1c9260a
Author | SHA1 | Date |
---|---|---|
Mateusz Słodkowicz | d3a1c9260a | |
Mateusz Słodkowicz | a5199290d4 |
|
@ -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
|
||||
|
||||
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -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; [
|
||||
|
|
Loading…
Reference in New Issue