Compare commits

...

2 Commits

2 changed files with 12 additions and 0 deletions

View File

@ -174,6 +174,17 @@ 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
''; '';
}; };

View File

@ -40,6 +40,7 @@ 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; [